Module tdlight.api

Class TdApi.CreateNewSecretChat

Enclosing class:
TdApi

public static final class TdApi.CreateNewSecretChat extends TdApi.Function<TdApi.Chat>
Creates a new secret chat. Returns the newly created chat. Returns Chat
  • Field Details

    • userId

      public long userId
      Identifier of the target user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CreateNewSecretChat

      public CreateNewSecretChat()
      Creates a new secret chat. Returns the newly created chat. Returns Chat
    • CreateNewSecretChat

      public CreateNewSecretChat(long userId)
      Creates a new secret chat. Returns the newly created chat. Returns Chat
      Parameters:
      userId - long Identifier of the target user.
    • CreateNewSecretChat

      public CreateNewSecretChat(DataInput input) throws IOException
      Creates a new secret chat. Returns the newly created chat. Returns Chat
      Throws:
      IOException
  • Method Details