Commit Graph

819 Commits (v3)
 

Author SHA1 Message Date
Demian a26ba9f0bd middleware: add context arg to the Recover 4 weeks ago
Demian af50a953b5 message: remove InaccessibleMessage completely 4 weeks ago
nash e16cc083f7 telebot,update: change OnBoostRemoved register 2 months ago
Demian 35d5dd372a layout: implement NewFromFS 2 months ago
Demian 9eb53434a0 react: refactor 2 months ago
Nash-Well 6fdf666a11
api: features 7.0, 7.1 (#658)
* api: feature 7.0 init

* message: remove blockquote

* api: partrly implement replies 2.0

* api: update comments

* message: add giveaway fields

* message,chat: other changes init

* boost: implement boost updates

* reactions: refactor

* api: implement multiple users request section

* api: provide preview customization

* api: implement 7.1 features

* message: fix story issue

* admin,context: refactor

* bot_test: type refactor

* api: partly fix review comments

* api: small tidy up

* react: reactions init

* telebot: added boost_updated,boost_removed constants

* message: fix InaccessibleMessage message struct parse

* message,reac: naming refactor

* context: add boost to the context of current events
2 months ago
Nikita b67df6444e media/test: refactor 2 months ago
Nikita 260a67b811 media: implement SetCaption in Album 2 months ago
Nikita cb88a11861 poller: add allowed_updates list 2 months ago
Demian 0d0d5e7473 topic: rename IconCustomEmojiID to IconCustomEmoji 2 months ago
Patrick e4f891ba6c Use recipient instead of Chat 2 months ago
Nash-Well af31945794
context: implement RespondText,RespondAlert methods (#660)
* context: implement RespondText,RespondAlert methods

* context: refactor
2 months ago
Nash-Well 5ff8b89b2b
errors: provide an error bot is not channel chat member (#659)
* errors: provide an error bot is not channel chat member

* errors: refactor
2 months ago
Nikita df250e64a2 api: implement bot api 6.9 2 months ago
Nash-Well 4670ccf5a3
api: implement 6.8 features (#652)
* api: implement 6.8 features

* chat,topic: refactor

* chat: change unixtime to lowercase
2 months ago
Demian 435ad606fa sticker: finish stickers api 2 months ago
Nash-Well 32b47a49ef
api: implement 6.6, 6.7 features (#655)
* api: implement 6.6-6.7 features
2 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
2 months ago
Reza Alipour 49db4f5fac
callback: add missing struct fields (#647)
* fix: callback struct fields

* fix: documentation
2 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"}`
2 months ago
落心 59775c24a0 add entrytype blockquote 2 months ago
david 4cce303fbc bot,api: fix stop channel race 2 months ago
Demian 71ac2995cc errors: implement ErrIs 5 months ago
Demian b1cf07b13d markup: add reply user and chat Btn constructors 5 months ago
Demian 10d3480782 topic: finish and refactor the implementation 5 months ago
Demian 06bbf9e69f chat: add user_chat_id field 5 months ago
Demian 7b08a8f939 admin: add use_independent_chat_permissions param 5 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 6 months ago
Nikita 5d4079a489 api: update to 6.3 6 months ago
demget 2f38e4952f
Merge pull request #628 from tucnak/v3-middleware-fix
middleware: fix the append's capacity reusing
6 months ago
Demian 5f0d89877d tests: refactor middleware test cases 6 months ago
Demian 48c941a8d9 middleware: move m appending into separate func 6 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
6 months ago
demget 699e5dbbdd
errors: add ErrKickedFromChannel 12 months ago
demget de01d4553e
Merge pull request #601 from Akionka/patch-1
Update layout.go
12 months ago
Akionka eb290fd947
Update layout.go 12 months 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