Class ChatJoinRequest
java.lang.Object
io.github.natanimn.telebof.types.updates.ChatJoinRequest
- All Implemented Interfaces:
TelegramUpdate
Represents a join request sent to a chat.
- Since:
- 3 March 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionBio of the user.Chat to which the request was sentDate the request was sent in Unix timeUser that sent the join requestChat invite link that was used by the user to send the join requestIdentifier of a private chat with the user who sent the join request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chat
Chat to which the request was sent -
from
User that sent the join request -
user_chat_id
Identifier of a private chat with the user who sent the join request. -
date
Date the request was sent in Unix time -
bio
Bio of the user. -
invite_link
Chat invite link that was used by the user to send the join request
-
-
Constructor Details
-
ChatJoinRequest
public ChatJoinRequest()
-
-
Method Details
-
equals
-
hashCode
-
toString
-