pendingSuggestion
Represents a custom pending suggestion ».
type tg.PendingSuggestion struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Suggestion | string | yes | The suggestion ID, can be passed to help.dismissSuggestion. |
Title | TextWithEntities | yes | Title of the suggestion. |
Description | TextWithEntities | yes | Body of the suggestion. |
URL | string | yes | URL to open when the user clicks on the suggestion. |
References
- Official documentation
- Generated Go reference
- TL definition:
pendingSuggestion#e7e82e12