Module tdlight.api

Class TdApi.CreateSupergroupChat

Enclosing class:
TdApi

public static final class TdApi.CreateSupergroupChat extends TdApi.Function<TdApi.Chat>
Returns an existing chat corresponding to a known supergroup or channel.

Returns Chat

  • Field Details

    • supergroupId

      public long supergroupId
      Supergroup or channel 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:
  • Constructor Details

    • CreateSupergroupChat

      public CreateSupergroupChat()
      Returns an existing chat corresponding to a known supergroup or channel.

      Returns Chat

    • CreateSupergroupChat

      public CreateSupergroupChat(long supergroupId, boolean force)
      Returns an existing chat corresponding to a known supergroup or channel.

      Returns Chat

      Parameters:
      supergroupId - long Supergroup or channel 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.
    • CreateSupergroupChat

      public CreateSupergroupChat(DataInput input) throws IOException
      Returns an existing chat corresponding to a known supergroup or channel.

      Returns Chat

      Throws:
      IOException
  • Method Details