Module tdlight.api

Class TdApi.ChatTypeSecret

Enclosing class:
TdApi

public static final class TdApi.ChatTypeSecret extends TdApi.ChatType
A secret chat with a user.
  • Field Details

    • secretChatId

      public int secretChatId
      Secret chat identifier.
    • userId

      public long userId
      User identifier of the secret chat peer.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatTypeSecret

      public ChatTypeSecret()
      A secret chat with a user.
    • ChatTypeSecret

      public ChatTypeSecret(int secretChatId, long userId)
      A secret chat with a user.
      Parameters:
      secretChatId - int Secret chat identifier.
      userId - long User identifier of the secret chat peer.
    • ChatTypeSecret

      public ChatTypeSecret(DataInput input) throws IOException
      A secret chat with a user.
      Throws:
      IOException
  • Method Details