Layer 220
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

Bool

Gogram Example

// HelpDismissSuggestion - positional arguments
result, err := client.HelpDismissSuggestion(&tg.InputPeerUser{UserID: int64(123456789)}, "...")
if err != nil {
    // handle error
}
// result is *tg.Bool