Class TdApi.GetSecretChat

Enclosing class:
TdApi

public static class TdApi.GetSecretChat
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details