messages.chatInviteImporters
Info about the users that joined the chat using a specific chat invite
type tg.MessagesChatInviteImporters struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Number of users that joined |
Importers | []ChatInviteImporter | yes | The users that joined |
Users | []UserClass | yes | The users that joined |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.chatInviteImporters#81b6b00a