Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 903 Bytes

teamgram-tdesktop.md

File metadata and controls

28 lines (17 loc) · 903 Bytes

Install

Patch

Default connect to Teamgram Test Server.

If you want to connect to your own server, you can modify the following code:

mtproto_dc_options.cpp#L31

https://github.com/teamgram/teamgram-tdesktop/blob/118011e1e84d00aba2cee75fac6e3684f5425d2b/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp#L31

const BuiltInDc kBuiltInDcs[] = {
    { 1, "XXX.XXX.XXX.XXX" , 10443 },
};

const BuiltInDc kBuiltInDcsTest[] = {
    { 1, "XXX.XXX.XXX.XXX" , 10443 },
};