Class TdApi.ChatTypePrivate

Enclosing class:
TdApi

public static class TdApi.ChatTypePrivate extends TdApi.ChatType
An ordinary chat with a user.
  • Field Details

    • userId

      public long userId
      User identifier.
    • CONSTRUCTOR

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

    • ChatTypePrivate

      public ChatTypePrivate()
      An ordinary chat with a user.
    • ChatTypePrivate

      public ChatTypePrivate(long userId)
      An ordinary chat with a user.
      Parameters:
      userId - User identifier.
  • 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