Class ChatMemberUpdated
java.lang.Object
io.github.natanimn.telebof.types.updates.ChatMemberUpdated
- All Implemented Interfaces:
TelegramUpdate
This object represents changes in the status of a chat member.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ChatChat the user belongs toprivate IntegerDate the change was done in Unix timeprivate UserPerformer of the action, which resulted in the changeprivate ChatInviteLinkChat invite link, which was used by the user to join the chat; for joining by invite link events only.private ChatMemberNew information about the chat memberprivate ChatMemberPrevious information about the chat memberprivate BooleanTrue, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administratorprivate BooleanTrue, if the user joined the chat via a chat folder invite link -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chat
Chat the user belongs to -
from
Performer of the action, which resulted in the change -
date
Date the change was done in Unix time -
oldChatMember
Previous information about the chat member -
newChatMember
New information about the chat member -
inviteLink
Chat invite link, which was used by the user to join the chat; for joining by invite link events only. -
viaChatFolderInviteLink
True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator -
viaJoinRequest
True, if the user joined the chat via a chat folder invite link
-
-
Constructor Details
-
ChatMemberUpdated
public ChatMemberUpdated()
-
-
Method Details