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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
chatChat the user belongs to
- 
fromPerformer of the action, which resulted in the change
- 
dateDate the change was done in Unix time
- 
old_chat_memberPrevious information about the chat member
- 
new_chat_memberNew information about the chat member
- 
invite_linkChat invite link, which was used by the user to join the chat; for joining by invite link events only.
- 
via_chat_folder_invite_linkTrue, 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_requestTrue, if the user joined the chat via a chat folder invite link
 
- 
- 
Constructor Details- 
ChatMemberUpdatedpublic ChatMemberUpdated()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-