Module tdlight.api

Class TdApi.GetSecretChat

Enclosing class:
TdApi

public static final class TdApi.GetSecretChat extends TdApi.Function<TdApi.SecretChat>
Returns information about a secret chat by its identifier. This is an offline request. Returns SecretChat
  • Field Details

    • secretChatId

      public int secretChatId
      Secret chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetSecretChat

      public GetSecretChat()
      Returns information about a secret chat by its identifier. This is an offline request. Returns SecretChat
    • GetSecretChat

      public GetSecretChat(int secretChatId)
      Returns information about a secret chat by its identifier. This is an offline request. Returns SecretChat
      Parameters:
      secretChatId - int Secret chat identifier.
    • GetSecretChat

      public GetSecretChat(DataInput input) throws IOException
      Returns information about a secret chat by its identifier. This is an offline request. Returns SecretChat
      Throws:
      IOException
  • Method Details