Skip to content

UpdateNewChatJoinRequest

Update · TDLib 1.8.67 · d1085f9c

A user sent a join request to a chat; for bots only

UpdateNewChatJoinRequest(
  chat_id: int53,
  request: ChatJoinRequest,
  user_chat_id: int53,
  invite_link: ChatInviteLink,
  query_id: int64
) → Update

chat_id

int53

Chat identifier

request

ChatJoinRequest

Join request

user_chat_id

int53

Chat identifier of the private chat with the user

ChatInviteLink

The invite link, which was used to send join request; may be null

query_id

int64

Identifier of the join request query, which can be used in answerChatJoinRequestQuery; 0 if none