Skip to content

chatlists.hideChatlistUpdates

Layer 225

Constructor ID: 0x66e486fb
Returns: Bool

Parameters

NameTypeDescription
chatlistInputChatlist

Example

go
result, err := client.Raw(&tg.HideChatlistUpdatesRequest{
    chatlist: nil, // InputChatlist
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.