Class TdApi.Users

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Users
Enclosing class:
TdApi

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    Approximate total number of users found.
    long[]
    A list of user identifiers.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Represents a list of users.
    Users(int totalCount, long[] userIds)
    Represents a list of users.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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
      Identifier uniquely determining type of the object.
      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 - Approximate total number of users found.
      userIds - A list of user identifiers.
  • 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