ChatJoinRequest
Represents a join request sent to a chat.
Properties
chat
ts
chat: Chat.SupergroupChat | Chat.ChannelChat;
Chat to which the request was sent
from
ts
from: User;
User that sent the join request
user_chat_id
ts
user_chat_id: number;
Identifier of a private chat with the user who sent the join request. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user.
date
ts
date: number;
Date the request was sent in Unix time
bio
ts
bio?: string;
Bio of the user.
invite_link
ts
invite_link?: ChatInviteLink;
Chat invite link that was used by the user to send the join request