Skip to main content

pendingSuggestion

Represents a custom pending suggestion ».

type tg.PendingSuggestion struct { /* ... */ }

Fields

NameTypeRequiredDescription
SuggestionstringyesThe suggestion ID, can be passed to help.dismissSuggestion.
TitleTextWithEntitiesyesTitle of the suggestion.
DescriptionTextWithEntitiesyesBody of the suggestion.
URLstringyesURL to open when the user clicks on the suggestion.

References