Class TdApi.CreateSecretChat

Enclosing class:
TdApi

public static class TdApi.CreateSecretChat
extends TdApi.Function
Returns an existing chat corresponding to a known secret chat.

Returns Chat

  • Field Details

    • secretChatId

      public int secretChatId
      Secret chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • CreateSecretChat

      public CreateSecretChat()
      Returns an existing chat corresponding to a known secret chat.

      Returns Chat

    • CreateSecretChat

      public CreateSecretChat​(int secretChatId)
      Returns an existing chat corresponding to a known secret chat.

      Returns Chat

      Parameters:
      secretChatId - int Secret chat identifier.
    • CreateSecretChat

      public CreateSecretChat​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details