View Source ExTDLib.Method.CreatePrivateChat (ExTDLib v0.0.4)

Returns an existing chat corresponding to a given user. Returns object_ptr<Chat>.

NameTypeDescription
user_idstringUser identifier.
forceboolPass 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.