Skip to content

messages.createChat

Layer 225

Constructor ID: 0x92ceddd4
Returns: InvitedUsers

Parameters

NameTypeDescription
users[]InputUser
titlestring
ttl_periodint32 (flags.0, optional)

Example

go
result, err := client.Raw(&tg.CreateChatRequest{
    users: nil,
    title: "",
    ttl_period: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.