Commit Graph

804 Commits (435ad606fa6bcce037c85b8c0aefa590358af97b)
 

Author SHA1 Message Date
Demian 435ad606fa sticker: finish stickers api 3 months ago
Nash-Well 32b47a49ef
api: implement 6.6, 6.7 features (#655)
* api: implement 6.6-6.7 features
3 months ago
Reza Alipour 9c4cc7713e
inline: add game result support (#648)
* feat: add game to the list of inline query results

* fix: documentation and naming
3 months ago
Reza Alipour 49db4f5fac
callback: add missing struct fields (#647)
* fix: callback struct fields

* fix: documentation
3 months ago
70sh1 06bef0a71e Improve Args payload parsing
This us achieved by using strings.Fields instead of strings.Split

This results in a cleaner output when parsing messages like "/tags a          lot         of        spaces"

Output before: `[]string{"a", "", "", "", "", "", "", "", "", "", "lot", "", "", "", "", "", "", "", "", "of", "", "", "", "", "", "", "", "spaces"}`

Output after the change: `[]string{"a", "lot", "of", "spaces"}`
3 months ago
落心 59775c24a0 add entrytype blockquote 3 months ago
david 4cce303fbc bot,api: fix stop channel race 3 months ago
Demian 71ac2995cc errors: implement ErrIs 6 months ago
Demian b1cf07b13d markup: add reply user and chat Btn constructors 6 months ago
Demian 10d3480782 topic: finish and refactor the implementation 6 months ago
Demian 06bbf9e69f chat: add user_chat_id field 6 months ago
Demian 7b08a8f939 admin: add use_independent_chat_permissions param 6 months ago
Mikhail e6590d806a MarshalJSON should produce unique result ID
Result variable inside for-loop actually have the same address on each iteration, so we need to take address in underlying slice.
6 months ago
Demian 78610849e1 api 6.5: implement request_user and request_chat support params in ReplyButton 6 months ago
Demian cd009a68b3 media: remove omitempty flag from json tag in Sticker 6 months ago
Vlad Lukyanov 270e53bb90
media: add missed CustomEmoji field to the Sticker (#579)
Co-authored-by: Vladislav Lukianov <vladislav_lukianov@epam.com>
6 months ago
Demian 76f1c0eef8 errors: add missed entries to Err 6 months ago
awohsen 4e31cc6eac
errors: add join request related errors (#570) 6 months ago
George 3c4d8425f4 Added is_member field for ChatMember. Previously, it was not possible to check whether a ChatMemberRestricted had joined or left a chat. 6 months ago
Demian c581e8389b bot: describe how to include the caption in SendAlbum docs 6 months ago
Nikita fb8ce2a4b1
api: update to 6.4 (#606)
Co-authored-by: Demian <optigan@protonmail.com>
6 months ago
Demian 03dcac73d8 chat,message: naming 6 months ago
Demian d883371ded telebot: refactor bot api 6.3 7 months ago
Nikita 5d4079a489 api: update to 6.3 7 months ago
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