Class TdApi.CreateSupergroupChat

Enclosing class:
TdApi

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

Returns Chat

  • Field Details

    • supergroupId

      public int 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:
      Constant Field Values
  • Constructor Details

    • CreateSupergroupChat

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

      Returns Chat

    • CreateSupergroupChat

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

      Returns Chat

      Parameters:
      supergroupId - int 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
      Throws:
      IOException
  • Method Details