Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. package rpc
  2. const (
  3. RPCNonceSeqNo = -2
  4. RPCHandshakeSeqNo = -1
  5. )
  6. var (
  7. RPCTagCloseExt = []byte{0xa2, 0x34, 0xb6, 0x5e}
  8. RPCTagProxyAns = []byte{0x0d, 0xda, 0x03, 0x44}
  9. RPCTagSimpleAck = []byte{0x9b, 0x40, 0xac, 0x3b}
  10. )