Add binlog to telegram struct
This commit is contained in:
parent
7720beab6e
commit
e667299d2f
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ struct telegram {
|
|||
*/
|
||||
struct mtproto_connection *connection;
|
||||
|
||||
/*
|
||||
* binlog
|
||||
*/
|
||||
struct binlog *bl;
|
||||
|
||||
/*
|
||||
* callbacks
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue