Skip to content

messages.getExportedChatInvite

Layer 225

Constructor ID: 0x73746f5c
Returns: ExportedChatInvite

Parameters

NameTypeDescription
peerInputPeer
linkstring

Example

go
result, err := client.Raw(&tg.GetExportedChatInviteRequest{
    peer: nil, // InputPeer
    link: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.