Layer 220
constructor
messages.exportedChatInvite#1871be50 invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;

Parameters

Name Type Description
Invite ExportedChatInvite Info about the chat invite
Users Vector<User> Mentioned users

Gogram Example

// Creating MessagesExportedChatInvite constructor
obj := &tg.MessagesExportedChatInvite{
    Invite: &tg.ExportedChatInvite{},
    Users: []tg.User{&tg.User{}},
}