chatlists.getChatlistUpdates
Layer 225
Constructor ID: 0x89419521
Returns: ChatlistUpdates
Parameters
| Name | Type | Description |
|---|---|---|
chatlist | InputChatlist |
Example
go
result, err := client.Raw(&tg.GetChatlistUpdatesRequest{
chatlist: nil, // InputChatlist
})
if err != nil {
panic(err)
}
print(result)