TDLib v0.0.2 TDLib.Method.CreateSupergroupChat View Source
Returns an existing chat corresponding to a known supergroup or channel.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| supergroup_id | number | Supergroup or channel identifier. |
| force | bool | 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. |
More details on telegram’s documentation.