Class ChatMemberUpdated

java.lang.Object
io.github.natanimn.telebof.types.updates.ChatMemberUpdated
All Implemented Interfaces:
TelegramUpdate

public class ChatMemberUpdated extends Object implements TelegramUpdate
This object represents changes in the status of a chat member.
Since:
3 March 2025
  • Field Details

    • chat

      public Chat chat
      Chat the user belongs to
    • from

      public User from
      Performer of the action, which resulted in the change
    • date

      public Integer date
      Date the change was done in Unix time
    • old_chat_member

      public ChatMember old_chat_member
      Previous information about the chat member
    • new_chat_member

      public ChatMember new_chat_member
      New information about the chat member
    • via_join_request

      public Boolean via_join_request
      True, if the user joined the chat via a chat folder invite link
  • Constructor Details

    • ChatMemberUpdated

      public ChatMemberUpdated()
  • Method Details