View Source ExTDLib.Method.CreatePrivateChat (ExTDLib v0.0.4)
Returns an existing chat corresponding to a given user. Returns object_ptr<Chat>.
| Name | Type | Description |
|---|---|---|
| user_id | string | User 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.