Skip to content

messages.importChatInvite

Layer 225

Constructor ID: 0x6c50051c
Returns: Updates

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.