Class TdApi.CreateNewSecretChat

Enclosing class:
TdApi

public static class TdApi.CreateNewSecretChat
extends TdApi.Function
Creates a new secret chat. Returns the newly created chat.

Returns Chat

  • Field Details

    • userId

      public int userId
      Identifier of the target user.
    • CONSTRUCTOR

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

    • CreateNewSecretChat

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

      Returns Chat

    • CreateNewSecretChat

      public CreateNewSecretChat​(int userId)
      Creates a new secret chat. Returns the newly created chat.

      Returns Chat

      Parameters:
      userId - int Identifier of the target user.
    • CreateNewSecretChat

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