Skip to content

Commit

Permalink
version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
temaivanoff committed Apr 12, 2019
1 parent bc5fe20 commit 591a050
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions telegram.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,20 @@
"genrules": {
"incoming_message": {
"type": 200,
"ext": {
"ext": [
{
"name": "update",
"note": "update",
"type": "string",
"op": "r"
},
{
"name": "userid",
"note": "userid",
"type": "string",
"op": "r"
}
]
}
{
"name": "update",
"note": "update",
"type": "string",
"op": "r"
},
{
"name": "userid",
"note": "userid",
"type": "string",
"op": "r"
}
]
}
},
"commands": [
Expand Down

0 comments on commit 591a050

Please sign in to comment.