Merge pull request #286 from klim0v/patch-1

small fix docs
pull/300/head
demget 4 years ago committed by GitHub
commit 6c937ddd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ b.Handle(tb.OnChannelPost, func (m *tb.Message) {
// channel posts only
})
b.Handle(tb.Query, func (q *tb.Query) {
b.Handle(tb.OnQuery, func (q *tb.Query) {
// incoming inline queries
})
```

Loading…
Cancel
Save