Commit Graph

780 Commits (2f38e4952f73956086bce65260eac75def793ae8)
 

Author SHA1 Message Date
demget 2f38e4952f
Merge pull request #628 from tucnak/v3-middleware-fix
middleware: fix the append's capacity reusing
7 months ago
Demian 5f0d89877d tests: refactor middleware test cases 7 months ago
Demian 48c941a8d9 middleware: move m appending into separate func 7 months ago
demget bb76a9a642
Merge pull request #588 from mkuznets/mkuznets/fix-middleware-clobbering
Fix: handler middleware is overwritten when combined with group or global middleware
7 months ago
demget 699e5dbbdd
errors: add ErrKickedFromChannel 1 year ago
demget de01d4553e
Merge pull request #601 from Akionka/patch-1
Update layout.go
1 year ago
Akionka eb290fd947
Update layout.go 1 year ago
Max Kuznetsov bae47b52d4 Fix handler middleware clobbering when group middleware slice has extra capacity 1 year ago
demget fbd35f2103
Merge pull request #560 from osinniy/patch-1
Change Webhook.Poll log behaviour
1 year ago
Demian 92739f1414 api: always specify allowed_updates in getUpdates 1 year ago
demget 8a14d8a96b
Merge pull request #572 from hararudoka/patch-2
typo in docs
1 year ago
Ruslan 0b9f842a27
typo in docs 2 years ago
Demian ad84cbde5a context: add message Entities function 2 years ago
Demian 4c17ca7dc7 layout: fix text template func inside the inline results 2 years ago
Alex Osinniy c2b50e878f
Make SetWebhook error loggable by default (#559) 2 years ago
Demian 7065335e1d layout: add new reply flag for the buttons 2 years ago
Demian 3ba2966f52 context: remove AnswerWebApp 2 years ago
Demian 65f19ba636 markup: fix web_app conflict with switch_inline_query_current_chat 2 years ago
Demian b8cc28a9be markup: add WebApp to the Btn 2 years ago
Demian d90e8974cc telebot: restructure and refactor 2 years ago
Demian bd66ef87a9 chat: add has_restricted_voice_and_video_messages field 2 years ago
Demian 8042463d7f stickers: implement custom emoji support 2 years ago
Demian e40eb7082f chat: add added_to_attachment_menu field 2 years ago
Demian 69399c1a36 media: add premium_animation to the Sticker 2 years ago
Demian b16c14c615 file: change FileSize type to int64 2 years ago
Demian d9b2c62833 payments: implement createInvoiceLink 2 years ago
Demian adf6dc85a2 chat: add new bot api 6.1 fields 2 years ago
Demian 2a6eec366f admin: implement my default administrator rights 2 years ago
Demian 933fcacf4a telebot: rename voice chat to the video chat 2 years ago
Demian 98378aadd1 admin: rename can_manage_voice_chats 2 years ago
Demian 89233a0c1e webhook: add last_synchronization_error_date field 2 years ago
Demian 3da05bf267 tests: refactor commands test case 2 years ago
Demian dc27c6cb4c bot: implement menu button 2 years ago
Demian 4da4605bec api: move verbose logging out 2 years ago
Demian cee9ad2ddd telebot: refactor web apps 2 years ago
demget c7959ca48c
Merge pull request #550 from Googlom/v3-feature-commands-locale
Localized bot commands desctiptions
2 years ago
demget d782b53c7a
Merge pull request #543 from zry98/v3
Add secret_token support to webhook
2 years ago
demget 352b5c89f1
Merge pull request #509 from dzen-it/v3-webapp_support
Web App support
2 years ago
Demian 2e4664a387 bot: use timeout for the default http client 2 years ago
demget d4c80e6239
Merge pull request #546 from Googlom/v3-fix-layout-button
fix the order in which template Funcs are applied
2 years ago
Demian 81fbf736de tests: fix InviteLink test case 2 years ago
Demian 30fcc2b9f0 layout: migrate from cast to the viper 2 years ago
Demian 5117f06d9a tests: add markdown v2 test case 2 years ago
Demian c4f759fb07 middleware: implement Recover, add docs 2 years ago
googlom 83dd959e75 implement CommandsLocale 2 years ago
googlom 9f39ea137a fix the order in which template Funcs are applied 2 years ago
zry98 91fcbd4fa9
Add secret_token support to webhook 2 years ago
Demian c6bead1174 telebot: add a shortcut for map[string]any 2 years ago
Ilya 937288568d
Merge pull request #531 from Luoxin/v3
add `is_premium` in `User`
2 years ago
Ilya 11cbaeaf0e
Merge pull request #532 from codemorego/v3-do-cancel-poll-on-bot-stop-immediately
do cancel poll immediately on bot stop
2 years ago