Class TdApi.ChatEventActiveUsernamesChanged

Enclosing class:
TdApi

public static class TdApi.ChatEventActiveUsernamesChanged extends TdApi.ChatEventAction
The chat active usernames were changed.
  • Field Details

    • oldUsernames

      public String[] oldUsernames
      Previous list of active usernames.
    • newUsernames

      public String[] newUsernames
      New list of active usernames.
    • CONSTRUCTOR

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

    • ChatEventActiveUsernamesChanged

      public ChatEventActiveUsernamesChanged()
      The chat active usernames were changed.
    • ChatEventActiveUsernamesChanged

      public ChatEventActiveUsernamesChanged(String[] oldUsernames, String[] newUsernames)
      The chat active usernames were changed.
      Parameters:
      oldUsernames - Previous list of active usernames.
      newUsernames - New list of active usernames.
  • 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