Module tdlight.api

Class TdApi.Users

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Users
Enclosing class:
TdApi

public static final class TdApi.Users extends TdApi.Object
Represents a list of users.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of users found.
    • userIds

      public long[] userIds
      A list of user identifiers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • Users

      public Users()
      Represents a list of users.
    • Users

      public Users(int totalCount, long[] userIds)
      Represents a list of users.
      Parameters:
      totalCount - int Approximate total number of users found.
      userIds - long[] A list of user identifiers.
    • Users

      public Users(DataInput input) throws IOException
      Represents a list of users.
      Throws:
      IOException
  • Method Details