Skip to content

chatlists.joinChatlistInvite

Layer 225

Constructor ID: 0xa6b1e39a
Returns: Updates

Parameters

NameTypeDescription
slugstring
peers[]InputPeer

Example

go
result, err := client.Raw(&tg.JoinChatlistInviteRequest{
    slug: "",
    peers: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.