Demian
ddb943d598
tests: implement options test
2020-06-09 23:41:23 +03:00
Demian
e1811e100a
tests: implement more
2020-06-09 23:28:28 +03:00
Demian
2e81b40aae
bump go version to 1.12
2020-06-09 22:30:47 +03:00
Demian
c751df41fa
tests: fix Edit(what=InputMedia) assertion
2020-06-09 22:26:59 +03:00
Demian
09b2f90c72
api: prettify verbose mode output
2020-06-09 22:26:28 +03:00
demget
86d87415bd
Merge pull request #302 from faglo/verbose-mode
...
Verbose mode
2020-06-09 19:12:33 +03:00
demget
29af30f5ee
Merge branch 'develop' into verbose-mode
2020-06-09 19:09:23 +03:00
Demian
98a898f4c7
bot: add default parse mode feature
2020-06-07 23:12:49 +03:00
Demian
a858ff7a15
inline: add thumb_mime_type field to gif and mpeg4 results
2020-06-07 21:56:54 +03:00
Demian
dc9db44c81
message: add via_bot field
2020-06-07 21:52:26 +03:00
Demian
a5f4cb1e77
telebot: add Ball dice
2020-06-07 21:46:03 +03:00
Demian
d63df8ce0e
bot: extend Edit function
2020-06-07 21:41:13 +03:00
Demian
25a9d0cb38
telebot: remove filters.go
2020-06-07 21:15:01 +03:00
Demian
c271d16dfc
bot: handle True response results
2020-05-31 19:11:42 +03:00
Demian
3e947d3392
telebot: small doc fixes
2020-05-31 16:18:33 +03:00
Demian
1973483bd6
stickers: fix function signatures
2020-05-31 15:28:33 +03:00
danch
75901ba211
fix: replace token in verbose log
2020-05-31 15:24:22 +03:00
danch
092eb11418
bot: add verbose mode
2020-05-31 15:00:30 +03:00
demget
c8978c4f37
Merge pull request #300 from EmJiHash/v2
...
payments: SuccessfulPayment currency type fix
2020-05-28 20:26:23 +03:00
Mohsen Ghafouri
e0fc2b7270
payments: SuccessfulPayment currency type fix
2020-05-28 16:07:12 +04:30
Demian
76430783a7
readme: update Keyboards section
2020-05-22 14:52:56 +03:00
Demian
d02458be27
options: implement CallbackEndpoint for Btn
2020-05-22 14:52:25 +03:00
Demian
f5f0b4b696
options: remove unused Action fields from buttons
2020-05-21 13:44:34 +03:00
Demian
c16b695ea6
tests: payments and keyboard tests
2020-05-21 13:38:21 +03:00
Demian
0b3082a091
options: complete keyboard constructors
2020-05-21 13:38:06 +03:00
Demian
c626aaabd5
bot: accept Editable in Forward function
2020-05-21 12:14:45 +03:00
Demian
d4ff86a5dc
readme: fix indentations
2020-05-21 12:04:13 +03:00
Demian
f82c0ec609
telebot: fix linter inspection problems
2020-05-21 12:02:35 +03:00
Demian
7a1d59c7d9
payments: SuccessfulPayment and minor changes
2020-05-21 11:48:24 +03:00
Ian P Badtrousers
1a558989dc
Merge pull request #292 from godande/develop
...
Introduced keyboard constructors
2020-05-20 22:52:25 +02:00
Demian
16e74b8025
payments: complete shipping API
2020-05-20 23:40:42 +03:00
demget
8affb946b7
Merge pull request #293 from DiscoreMe/payments
...
payments: update API
2020-05-20 22:48:54 +03:00
demget
6c937ddd0f
Merge pull request #286 from klim0v/patch-1
...
small fix docs
2020-05-20 22:35:29 +03:00
demget
fa41701896
Merge pull request #294 from aofei/v2
...
errors: fix regular expression
2020-05-18 21:47:50 +03:00
Aofei Sheng
0179138315
tests: implement extractOk() function test
2020-05-18 20:51:42 +08:00
Aofei Sheng
bd0dd26192
errors: fix regular expression
...
Telegram Bot API now returns an extra field for error responses, such
as: {"ok":false,"error_code":429,"description":"Too Many Requests: retry
after 8","parameters":{"retry_after":8}}
2020-05-18 18:41:41 +08:00
Nikita Bikmaev
76c2cedf6f
payments: update API
2020-05-13 22:41:25 +03:00
dande
ef00a90aef
options: go fmt
2020-05-13 19:55:06 +03:00
dande
ef05beb4e7
keyboards: fixed url and query constructors
2020-05-13 18:29:49 +03:00
dande
49a392391a
keyboards: added constructors
2020-05-13 18:21:07 +03:00
Ian Patrick Badtrousers
d7c155f97e
keyboards: simple constructors added
2020-05-13 03:33:12 +02:00
Klimov Sergey
d4df031910
small fix docs
...
fix sample declaration descriptor for incoming inline queries
2020-05-11 01:55:56 +03:00
Demian
eb74dcb35a
bot: move stickers functions to stickers.go
2020-05-06 23:23:06 +03:00
Nikita Bikmaev
ef4247381a
stickers: implement setStickerSetThumb method
2020-05-06 23:20:38 +03:00
Nikita Bikmaev
5af4f9c52c
stickers: update functions according to the library's standards
2020-05-06 23:20:38 +03:00
Nikita Bikmaev
5f4e2adc84
stickers: update sticker structure
2020-05-06 23:20:38 +03:00
Demian
01eee9ff75
.travis: fix after_success command
2020-05-06 20:45:12 +03:00
Demian
772f07c0fb
tests: add Notify and Delete calls
2020-05-06 20:31:30 +03:00
Demian
7324790593
bot: some clean-ups and refactoring
...
1. empty map initialization replaced with make keyword;
2. removed redundant extractOk() calls, after b.Raw.
2020-05-06 20:20:01 +03:00
Demian
1533291206
games: complete Games API
2020-05-05 23:40:48 +03:00