Add rpc proxy request

This commit is contained in:
9seconds
2018-07-02 09:15:03 +03:00
parent 0e2898f6be
commit 96bb6fbe98
4 changed files with 137 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
package mtproto
type Extras struct {
QuickAck bool
SimpleAck bool
}