Module tdlight.api

Class TdApi.CreateBasicGroupChat

Enclosing class:
TdApi

public static final class TdApi.CreateBasicGroupChat extends TdApi.Function<TdApi.Chat>
Returns an existing chat corresponding to a known basic group. Returns Chat
  • Field Details

    • basicGroupId

      public long basicGroupId
      Basic group 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

    • CreateBasicGroupChat

      public CreateBasicGroupChat()
      Returns an existing chat corresponding to a known basic group. Returns Chat
    • CreateBasicGroupChat

      public CreateBasicGroupChat(long basicGroupId, boolean force)
      Returns an existing chat corresponding to a known basic group. Returns Chat
      Parameters:
      basicGroupId - long Basic group 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.
    • CreateBasicGroupChat

      public CreateBasicGroupChat(DataInput input) throws IOException
      Returns an existing chat corresponding to a known basic group. Returns Chat
      Throws:
      IOException
  • Method Details