Layer 220
UpdateBotChatInviteRequester
Someone has requested to join a chat or channel (bots only, users will receive an update Pending Join Requests, instead)
constructor
updateBotChatInviteRequester#11dfa986 peer:Peer date:int user_id:long about:string invite:ExportedChatInvite qts:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | The chat or channel in question |
| Date | int | When was the join request made |
| UserId | long | The user ID that is asking to join the chat or channel |
| About | string | Bio of the user |
| Invite | ExportedChatInvite | Chat invite link that was used by the user to send the join request |
| Qts | int | QTS event sequence identifier |
Returns
UpdateGogram Example
// Creating UpdateBotChatInviteRequester constructor obj := &tg.UpdateBotChatInviteRequester{ Peer: &tg.Peer{}, Date: 0, UserId: int64(0), About: "...", Invite: &tg.ExportedChatInvite{}, Qts: 0, }