Layer 220
MessagesChatInviteImporters
Info about the users that joined the chat using a specific chat invite
constructor
messages.chatInviteImporters#81b6b00a count:int importers:Vector<ChatInviteImporter> users:Vector<User> = messages.ChatInviteImporters;
Parameters
| Name | Type | Description |
|---|---|---|
| Count | int | Number of users that joined |
| Importers | Vector<ChatInviteImporter> | The users that joined |
| Users | Vector<User> | The users that joined |
Returns
messages.ChatInviteImportersGogram Example
// Creating MessagesChatInviteImporters constructor obj := &tg.MessagesChatInviteImporters{ Count: 0, Importers: []tg.ChatInviteImporter{&tg.ChatInviteImporter{}}, Users: []tg.User{&tg.User{}}, }