Layer 224
ChatlistsHideChatlistUpdates
Dismiss new pending peers recently added to a chat folder deep link.
method
Users
chatlists.hideChatlistUpdates#66e486fb chatlist:InputChatlist = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Chatlist | InputChatlist | The folder |
Returns
BoolGogram Example
// ChatlistsHideChatlistUpdates - positional arguments result, err := client.ChatlistsHideChatlistUpdates(&tg.InputChatlist{}) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | FILTER_ID_INVALID | The specified filter ID is invalid. |
| 400 | FILTER_NOT_SUPPORTED | The specified filter cannot be used in this context. |