Skip to content

messages.importChatInvite

Layer 227

Constructor ID: 0xde91436e
Returns: ChatInviteJoinResult

Parameters

NameTypeDescription
hashstring

Example

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

Released under the Apache-2.0 License.