Commit Graph

819 Commits (v3)
 

Author SHA1 Message Date
Ruslan 0b9f842a27
typo in docs 1 year 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
demget fa987764b5
Merge pull request #535 from nicolasassi/remove-still-field-from-chat
Remove `still` field from `chat`
2 years ago
demget 5d0644e314
Merge pull request #507 from Qusic/patch-2
Fix #481: nil pointer dereference when sending video file as Document
2 years ago
nicolas.sassi 1c40d1a516
remove still field from chat 2 years ago
demget 7f660b8534
Merge pull request #520 from star-39/v3
Treat Sticker as Media
2 years ago
demget fa8395ef3f
Merge pull request #533 from beshenkaD/v3-DeleteCommands
bot: fix DeleteCommands
2 years ago
Beshenka 177166856b bot: fix DeleteCommands 2 years ago
JSP 4d903fb681 Check bot.stopClient is not nil when closing it, could happen if Stop called before or without Start. 2 years ago
JSP f3bc8545a4 Make Bot.debug to be aware of Bot.verbose flag to be less spammy
especially with sensible error messages during polling failures which
contains bot's token.
2 years ago
JSP 8ec2c93e17 Cancel Raw() call immediately without waiting for the request's timeout when bot is about to stop.
This may become important if doing long polling with long timeout.
2 years ago
落心 b0ccf622b9
is_premium 2 years ago
Qusic 6134fc231b send video as document 2 years ago