Class TdApi.ChatEventMemberSubscriptionExtended

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventMemberSubscriptionExtended
Enclosing class:
TdApi

public static class TdApi.ChatEventMemberSubscriptionExtended extends TdApi.ChatEventAction
A chat member extended their subscription to the chat.
  • Field Details

    • userId

      public long userId
      Affected chat member user identifier.
    • oldStatus

      public TdApi.ChatMemberStatus oldStatus
      Previous status of the chat member.
    • newStatus

      public TdApi.ChatMemberStatus newStatus
      New status of the chat member.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatEventMemberSubscriptionExtended

      public ChatEventMemberSubscriptionExtended()
      A chat member extended their subscription to the chat.
    • ChatEventMemberSubscriptionExtended

      public ChatEventMemberSubscriptionExtended(long userId, TdApi.ChatMemberStatus oldStatus, TdApi.ChatMemberStatus newStatus)
      A chat member extended their subscription to the chat.
      Parameters:
      userId - Affected chat member user identifier.
      oldStatus - Previous status of the chat member.
      newStatus - New status of the chat member.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR