Raw.UpdateBotChatInviteRequester
Someone has requested to join a chat or channel (bots only, users will receive an updatependingjoinrequests, instead)
updateBotChatInviteRequester#11dfa986 peer:Peer date:int user_id:long about:string invite:ExportedChatInvite qts:int = Update;
export namespace Raw {
export class UpdateBotChatInviteRequester {
constructor(params: {
peer: Raw.TypePeer;
date: number;
userId: bigint;
about: string;
invite: Raw.TypeExportedChatInvite;
qts: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x11dfa986
Property
peer
: Raw.TypePeerThe chat or channel in question
date
: numberWhen was the join request made
userId
: bigintThe user id that is asking to join the chat or channel
about
: stringBio of the user
invite
: Raw.TypeExportedChatInviteChat invite link that was used by the user to send the join request
qts
: numberQts event sequence identifier