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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
chatChat to which the request was sent
- 
fromUser that sent the join request
- 
user_chat_idIdentifier of a private chat with the user who sent the join request.
- 
dateDate the request was sent in Unix time
- 
bioBio of the user.
- 
invite_linkChat invite link that was used by the user to send the join request
 
- 
- 
Constructor Details- 
ChatJoinRequestpublic ChatJoinRequest()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-