Layer 220
HelpDismissSuggestion
Dismiss a suggestion, see here for more info.
method
Users
help.dismissSuggestion#f50dbaa1 peer:InputPeer suggestion:string = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | In the case of pending suggestions in channels, the channel ID. |
| Suggestion | string | Suggestion, see here for more info. |
Returns
BoolGogram Example
// HelpDismissSuggestion - positional arguments result, err := client.HelpDismissSuggestion(&tg.InputPeerUser{UserID: int64(123456789)}, "...") if err != nil { // handle error } // result is *tg.Bool