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 Detail

      • secretChatId

        public int secretChatId
        Secret chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetSecretChat

        public GetSecretChat()
        Default constructor for a function, which returns information about a secret chat by its identifier. This is an offline request.

        Returns SecretChat

      • GetSecretChat

        public GetSecretChat​(int secretChatId)
        Creates a function, which returns information about a secret chat by its identifier. This is an offline request.

        Returns SecretChat

        Parameters:
        secretChatId - Secret chat identifier.