Module tdlight.api

Class TdApi.ChatEventActiveUsernamesChanged

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventActiveUsernamesChanged
Enclosing class:
TdApi

public static final 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
      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 - String[] Previous list of active usernames.
      newUsernames - String[] New list of active usernames.
    • ChatEventActiveUsernamesChanged

      public ChatEventActiveUsernamesChanged(DataInput input) throws IOException
      The chat active usernames were changed.
      Throws:
      IOException
  • Method Details