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
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBio of the user.private ChatChat to which the request was sentprivate IntegerDate the request was sent in Unix timeprivate UserUser that sent the join requestprivate ChatInviteLinkChat invite link that was used by the user to send the join requestprivate LongIdentifier 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 -
userChatId
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. -
inviteLink
Chat invite link that was used by the user to send the join request
-
-
Constructor Details
-
ChatJoinRequest
public ChatJoinRequest()
-
-
Method Details