Commit Graph

518 Commits

Author SHA1 Message Date
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
demget
62cfa356f7
Merge pull request #388 from rusq/v2
Add Caption parameter to Voice structure
2021-04-07 10:41:50 +03:00
Rustam Gilyazov
97480382ea
update sendable to include voice.caption 2021-04-05 20:40:31 +12:00
Rustam Gilyazov
ded76a871e
add caption to Voice 2021-04-05 20:34:22 +12:00
demget
1ca3d66389
Merge pull request #382 from omar-polo/v2
implement my_chat_member and chat_member
2021-03-30 14:16:11 +03:00
Omar Polo
46de48a28b implement my_chat_member and chat_member 2021-03-30 09:57:15 +00:00
Enrico204
4d858f378d Decode big integers using Number and not float64 in error messages 2021-03-27 12:07:59 +02:00
Enrico204
d56841d3dc Add error parameters from JSON error to APIError 2021-03-27 12:07:59 +02:00
Enrico204
844bbc5c97 Remove unused regex and format errors and utils files 2021-03-27 12:07:59 +02:00
Enrico204
24ffa44e36 Parse error messages using JSON parser instead of regexes 2021-03-27 12:07:59 +02:00
Demian
aff4c40e36 tests: add missed restriction right 2021-03-27 11:13:51 +02:00
Demian
26b7c4e557 tests: fix offline param name 2021-03-27 11:08:52 +02: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
Ian P Badtrousers
5492c2fb62
Update README.md 2021-03-27 09:39:10 +01:00
Omar Polo
8a10ed7461 add the CanManageVoiceChats rights 2021-03-20 17:03:14 +00:00
Omar Polo
4030287b64 implements voice chat started/ended/partecipantsinvited 2021-03-20 16:21:48 +00:00
demget
66cc553e4d
Merge pull request #371 from metalmatze/test-offline
Expose offline settings for Bot
2021-02-22 19:49:23 +02: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
Demian
f5ff424b8f readme: add telegram discuss group 2021-01-23 15:32:49 +02:00
demget
e9a2335a62
Merge pull request #338 from PaulLesur/bowling-dice
Add bowling dice
2021-01-08 19:14:42 +02:00
Paul Lesur
696eff0011 Bowling -> Bowl 2021-01-07 14:52:41 +01: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
Paul Lesur
4b59c7f738 telebot: add bowling dice 2020-12-10 12:32:33 +01:00
demget
828d0f4030
Merge pull request #331 from Gowee/patch-1
Fix a typo in the comment of SetGroupDescription
2020-11-04 09:55:01 +02:00
Hung-I Wang
b395376a17
Fix a typo in the comment of SetGroupDescription 2020-11-04 13:10:29 +08:00
Demian
0edece47c9 telebot: add goal and slot dices 2020-11-03 22:07:40 +02:00
Demian
315d880be7 errors: update and implement flood error 2020-11-03 22:06:00 +02:00
renanzxc
ad12779174 Export row type 2020-11-03 21:42:07 +02:00
demget
b51e06e25d
Merge pull request #324 from profawk/fix/InlineButton-With-Url
Fix inlinebutton With func
2020-10-02 22:58:51 +03:00
profawk
e6c93d3fdb
Fix inlinebutton With func
the InlineButton With func returned a new button with it's url property mangled (t.Text instead of t.URL)
this caused telegram to respoind with 400
2020-10-01 23:08:18 +03:00
Demian
ecf4ef2231 .travis: update 2020-09-26 14:35:01 +03:00
Demian
645381c610 test: assert to require for errors 2020-09-26 14:29:47 +03:00
Demian
29c32a6538 bump go version to 1.13 2020-09-26 14:16:45 +03:00
Demian
d7b825fc25 bot: fill animation from the document if it's nil 2020-09-26 14:16:25 +03:00
Ian Patrick Badtrousers
c2cb2be623 admin: removed omitempty from Rights 2020-09-01 14:15:48 +03:00
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