Module tdlight.api

Class TdApi.CreatePrivateChat

Enclosing class:
TdApi

public static final class TdApi.CreatePrivateChat extends TdApi.Function<TdApi.Chat>
Returns an existing chat corresponding to a given user. Returns Chat
  • Field Details

    • userId

      public long userId
      User identifier.
    • force

      public boolean force
      Pass true to create the chat without a 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:
  • 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 Pass true to create the chat without a 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
      Returns an existing chat corresponding to a given user. Returns Chat
      Throws:
      IOException
  • Method Details