Skip to content

chatlists.leaveChatlist

Layer 225

Constructor ID: 0x74fae13a
Returns: Updates

Parameters

NameTypeDescription
chatlistInputChatlist
peers[]InputPeer

Example

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

Released under the Apache-2.0 License.