Nikita
0f7e5b74dd
chat: add voice schedule support
2021-05-23 23:38:47 +03:00
Nikita
b98cfa23a6
telebot: some fixes
2021-05-23 22:09:10 +03:00
Nikita
306f4545af
message: add auto delete timer changed handler
2021-05-23 21:46:28 +03:00
Nikita
101ce90a56
links: field fix
2021-05-23 21:18:37 +03:00
Nikita
d632ff5c20
links: add chat invite link support
2021-05-23 20:46:27 +03:00
Nikita
965cd03621
telebot: fix all miscalculations
2021-05-23 19:43:58 +03:00
Nikita
0816adc16e
bot: typo fix
2021-05-23 16:42:07 +03:00
Nikita
0ba7aefa69
live location: add support live_period, heading, proximity_alert_radius fields and add proximity alert trigger
2021-05-23 16:17:38 +03:00
Nikita
e8cbd53914
messages: add message_id field and unpin all messages method
2021-05-23 15:56:02 +03:00
Nikita
cfe18bbec5
bot: typo fix
2021-05-23 15:16:48 +03:00
Nikita
eb09eb2ca7
bot: add log out and close api server
2021-05-23 15:05:37 +03:00
Omar Polo
46de48a28b
implement my_chat_member and chat_member
2021-03-30 09:57:15 +00:00
Ian P Badtrousers
11fa2e0dd6
Merge pull request #377 from omar-polo/v2
...
implements voice chat service messages
2021-03-27 10:03:04 +01:00
Ian P Badtrousers
41a737f760
Merge pull request #366 from dexter3k/fix_issue_365
...
Fixing handling of multiple users joining
2021-03-27 09:56:14 +01:00
Omar Polo
4030287b64
implements voice chat started/ended/partecipantsinvited
2021-03-20 16:21:48 +00:00
Matthias Loibl
80fefa8d54
Expose offline settings for Bot
...
I want to write integration tests with the bot myself. I don't plan on
re-implementing the command routing etc. It would be super helpful to
use the offline mode for that externally to the project.
These changes allow my tests to pass successfully.
2021-02-22 18:41:09 +01:00
demget
ca1b73614a
Merge pull request #364 from rusq/v2
...
Enable handling callbacks with Unique contaning "-"
2021-02-15 18:16:26 +02:00
Dexter3000
bc85f5486d
Fixing UsersJoined handling
2021-02-12 13:05:37 +02:00
Dexter3000
3252280587
Fixing handling of multiple users joining
2021-02-09 20:47:32 +02:00
Demian
7a9c471cf3
Revert "bot: add audio and document for sendMediaGroup"
...
This reverts commit 206507e386
.
2021-02-07 02:38:54 +02:00
Rustam Gilyazov
210d561db5
enable handling callbacks with Unique contaning "-"
2021-02-07 10:18:34 +13:00
demget
9b1142b2f5
Merge pull request #340 from aofei/v2
...
bot: fix FileURLByID for local Bot API server
2021-01-06 21:59:33 +02:00
Demian
206507e386
bot: add audio and document for sendMediaGroup
2021-01-06 21:58:13 +02:00
Aofei Sheng
f9ad6cdf4e
bot: fix FileURLByID for local Bot API server
2020-12-13 14:24:29 +08:00
Hung-I Wang
b395376a17
Fix a typo in the comment of SetGroupDescription
2020-11-04 13:10:29 +08:00
PiggyMoe
2b4e7eeb65
util: fix param type for embedRights
2020-06-24 09:07:53 +08:00
Demian
e1811e100a
tests: implement more
2020-06-09 23:28:28 +03:00
Demian
09b2f90c72
api: prettify verbose mode output
2020-06-09 22:26:28 +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
d63df8ce0e
bot: extend Edit function
2020-06-07 21:41:13 +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
danch
092eb11418
bot: add verbose mode
2020-05-31 15:00:30 +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
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
dande
ef00a90aef
options: go fmt
2020-05-13 19:55:06 +03:00
dande
49a392391a
keyboards: added constructors
2020-05-13 18:21:07 +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
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
demget
319196b847
Merge pull request #280 from guest6379/pr_onanimation
...
Add OnAnimation endpoint
2020-05-03 19:32:02 +03:00
Demian
f9f9b69ccf
Merge branch 'poller-fix' into develop
2020-05-02 16:38:43 +03:00
Demian
31048be20c
bot: close stop channels only by their owners
2020-05-01 22:23:46 +03:00