Raw.help.DismissSuggestion
Dismiss a suggestion, see here for more info.
help.dismissSuggestion#f50dbaa1 peer:InputPeer suggestion:string = Bool;
export namespace Raw {
export namespace help {
export class DismissSuggestion {
constructor(params: { peer: Raw.TypeInputPeer; suggestion: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xf50dbaa1
Property
peer
: Raw.TypeInputPeerIn the case of pending suggestions in channels, the channel id.
suggestion
: stringSuggestion, see here for more info.