chatInviteImporter
When and which user joined the chat using a chat invite
type tg.ChatInviteImporter struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Requested | bool | — | Whether this user currently has a pending join request » |
ViaChatlist | bool | — | The participant joined by importing a chat folder deep link ». |
UserID | int64 | yes | The user |
Date | int | yes | When did the user join |
About | string | — | For users with pending requests, contains bio of the user that requested to join |
ApprovedBy | int64 | — | The administrator that approved the join request » of the user |
References
- Official documentation
- Generated Go reference
- TL definition:
chatInviteImporter#8c5adfd9