View Source ExTDLib.Method.CreateBasicGroupChat (ExTDLib v0.0.4)
Returns an existing chat corresponding to a known basic group. Returns object_ptr<Chat>.
| Name | Type | Description |
|---|---|---|
| basic_group_id | string | Basic group identifier. |
| force | bool | 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. |
More details on telegram's documentation.