chatlists.joinChatlistUpdates
Layer 225
Constructor ID: 0xe089f8f5
Returns: Updates
Parameters
| Name | Type | Description |
|---|---|---|
chatlist | InputChatlist | |
peers | []InputPeer |
Example
go
result, err := client.Raw(&tg.JoinChatlistUpdatesRequest{
chatlist: nil, // InputChatlist
peers: nil,
})
if err != nil {
panic(err)
}
print(result)