Module tdlight.api

Class TdApi.ChatTypePrivate

Enclosing class:
TdApi

public static final 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
      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 - long User identifier.
    • ChatTypePrivate

      public ChatTypePrivate(DataInput input) throws IOException
      An ordinary chat with a user.
      Throws:
      IOException
  • Method Details