Module tdlight.api

Class TdApi.CreateSecretChat

Enclosing class:
TdApi

public static final class TdApi.CreateSecretChat extends TdApi.Function<TdApi.Chat>
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:
  • 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
      Returns an existing chat corresponding to a known secret chat. Returns Chat
      Throws:
      IOException
  • Method Details