Add mtproto handshake

This commit is contained in:
9seconds
2019-09-10 16:44:00 +03:00
parent 1617866c24
commit b280f47731
4 changed files with 102 additions and 1 deletions
-1
View File
@@ -21,7 +21,6 @@ var Middle = NewMiddleTelegram()
type middleTelegram struct {
baseTelegram
secret []byte
mutex sync.RWMutex
}