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
@@ -12,4 +12,5 @@ type Telegram interface {
context.CancelFunc,
conntypes.DC,
conntypes.ConnectionProtocol) (wrappers.StreamReadWriteCloser, error)
Secret() []byte
}