Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 841 Bytes

teamgram-tdesktop.md

File metadata and controls

28 lines (17 loc) · 841 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/teamgram2/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 },
};