Layer 227
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 MessagesExportedChatInviteObj constructor
obj := &tg.MessagesExportedChatInviteObj{
    Invite: &tg.ExportedChatInvite{},
    Users: &tg.VectorUser{},
}