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
-
Field Summary
FieldsModifier and TypeFieldDescriptionChat the user belongs toDate the change was done in Unix timePerformer of the action, which resulted in the changeChat invite link, which was used by the user to join the chat; for joining by invite link events only.New information about the chat memberPrevious information about the chat memberTrue, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administratorTrue, 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 -
old_chat_member
Previous information about the chat member -
new_chat_member
New information about the chat member -
invite_link
Chat invite link, which was used by the user to join the chat; for joining by invite link events only. -
via_chat_folder_invite_link
True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator -
via_join_request
True, if the user joined the chat via a chat folder invite link
-
-
Constructor Details
-
ChatMemberUpdated
public ChatMemberUpdated()
-
-
Method Details
-
equals
-
hashCode
-
toString
-