Skip to content

chatlists.getLeaveChatlistSuggestions

Layer 225

Constructor ID: 0xfdbcd714
Returns: Peer

Parameters

NameTypeDescription
chatlistInputChatlist

Example

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

Released under the Apache-2.0 License.