Class TdApi.ChatTypePrivate

Enclosing class:
TdApi

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

    • userId

      public int userId
      User identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ChatTypePrivate

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

      public ChatTypePrivate​(int userId)
      An ordinary chat with a user.
      Parameters:
      userId - int User identifier.
    • ChatTypePrivate

      public ChatTypePrivate​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details