Skip to content

chatlists.getChatlistUpdates

Layer 225

Constructor ID: 0x89419521
Returns: ChatlistUpdates

Parameters

NameTypeDescription
chatlistInputChatlist

Example

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

Released under the Apache-2.0 License.