Add background update for middle proxy

This commit is contained in:
9seconds
2019-09-09 17:07:59 +03:00
parent d431feb0ba
commit 7827d1255a
7 changed files with 206 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
package rpc
import "github.com/9seconds/mtg/mtproto"
var HandshakeRequest = append(mtproto.TagHandshake,
append(mtproto.HandshakeFlags,
append(mtproto.HandshakeSenderPID, mtproto.HandshakePeerPID...)...)...)