Class TdApi.CreatePrivateChat

Enclosing class:
TdApi

public static class TdApi.CreatePrivateChat
extends TdApi.Function
Returns an existing chat corresponding to a given user.

Returns Chat

  • Field Details

    • userId

      public long userId
      User identifier.
    • force

      public boolean force
      If true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect.
    • CONSTRUCTOR

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

    • CreatePrivateChat

      public CreatePrivateChat()
      Returns an existing chat corresponding to a given user.

      Returns Chat

    • CreatePrivateChat

      public CreatePrivateChat​(long userId, boolean force)
      Returns an existing chat corresponding to a given user.

      Returns Chat

      Parameters:
      userId - long User identifier.
      force - boolean If true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect.
    • CreatePrivateChat

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