Represents a custom pending suggestion ».
pendingSuggestion#e7e82e12 suggestion:string title:TextWithEntities description:TextWithEntities url:string = PendingSuggestion;
| 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. |
Dismiss a suggestion, see here for more info ».
The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.