wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
996 stars 164 forks source link

Set device info? #171

Closed HackcatDev closed 1 year ago

HackcatDev commented 1 year ago

Hello,

I need to set specific values in device info like device model, OS version, my app version and language information.

I couldn't find this in docs or examples.

Thank you for any help

wiz0u commented 1 year ago

You can answer for device_model, system_version, app_version, system_lang_code, lang_pack, lang_code in your Config callback

see full list in the README