demget
bd4747d3ef
Merge pull request #316 from piggymoe/fix-embedrights-param-type
...
Change param type of embedRights
2020-07-03 18:31:30 +03:00
Ian Patrick Badtrousers
a3f6efa6f2
html5 games 400 hotfix
2020-07-03 17:12:41 +02:00
PiggyMoe
2b4e7eeb65
util: fix param type for embedRights
2020-06-24 09:07:53 +08:00
Ian P Badtrousers
b9ba8c4535
Merge pull request #313 from aofei/v2
...
api: make sure io.Pipe in sendFiles will be closed
2020-06-18 09:54:29 +02:00
Aofei Sheng
a76047869f
api: make sure io.Pipe in sendFiles will be closed
2020-06-16 02:35:18 +08:00
Demian
1a9d4b1333
mod: tidy
2020-06-13 13:48:22 +03:00
Demian
c602a3df68
message: add missed forward fields
2020-06-13 13:23:01 +03:00
Ian P Badtrousers
aac3d680d6
Merge pull request #311 from aofei/v2
...
api: fix a huge memory allocation caused by sendFiles
2020-06-13 11:55:50 +02:00
Aofei Sheng
8b48346206
api: fix a huge memory allocation caused by sendFiles
2020-06-13 04:11:35 +08:00
Demian
359b733e3a
tests: clarify default parse mode test
2020-06-10 13:52:39 +03:00
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