pendingSuggestion

Represents a custom pending suggestion ».

pendingSuggestion#e7e82e12 suggestion:string title:TextWithEntities description:TextWithEntities url:string = PendingSuggestion;

Parameters

Name Type Description
suggestion string The suggestion ID, can be passed to help.dismissSuggestion.
title TextWithEntities Title of the suggestion.
description TextWithEntities Body of the suggestion.
url string URL to open when the user clicks on the suggestion.

Type

PendingSuggestion

Related pages

help.dismissSuggestion

Dismiss a suggestion, see here for more info ».

Client configuration

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.