Commit Graph

59 Commits (v3)

Author SHA1 Message Date
Demian af50a953b5 message: remove InaccessibleMessage completely 1 month 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
Nash-Well af31945794
context: implement RespondText,RespondAlert methods (#660)
* context: implement RespondText,RespondAlert methods

* context: refactor
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
Demian 10d3480782 topic: finish and refactor the implementation 6 months ago
Demian ad84cbde5a context: add message Entities function 2 years ago
Demian 3ba2966f52 context: remove AnswerWebApp 2 years ago
Demian cee9ad2ddd telebot: refactor web apps 2 years ago
Mikhail Borovikov 2c2e8dcff1 Added AnswerWebApp for using in a Handle method 2 years ago
Demian 10b70148f7 message: move Media function from context 2 years ago
Demian be2933a4fa all: use errors from the standard library 2 years ago
Demian f2a7d458a0 context: check for Message properly 2 years ago
Demian 1004fb5df1 context: implement DeleteAfter helper function 2 years ago
Demian 3a6cb71b40 context: remove excessive fields 2 years ago
Demian 631e63d427 context: add missed Sender cases 3 years ago
Demian 844466d6fa context: fix EditCaption call 3 years ago
Demian 435b1e3b63 context: implement Media function, return Caption in Text 3 years ago
Demian 58b0e788ac context: add chat join request to the Sender and Chat functions 3 years ago
Demian 8f5f797de8 implement bot api 5.4 3 years ago
Demian f457be52e3 context: update edit functions 3 years ago
Demian 20ec6fc7fc bot: tidy the chat member type 3 years ago
Demian 570c656d0c context: add original update to the context 3 years ago
Demian 99226e5292 context: add update id field 3 years ago
Demian ae69423c6e context: implement Bot function 3 years ago
Aleksandr 65c920beff Chat() *Chat logic expanded
myChatMember and chatMember cases were added
3 years ago
Demian 33ea17f0ea context: extend Args function 3 years ago
Demian 6b6558547b context: fix nil dereference in Chat function 3 years ago
Demian 635f51c455 callbacks: handle both inline and regular messages in MessageSig 3 years ago
Demian cdb2d59f4a context: fix ChatMember function name 3 years ago
Aleksandr 7a82cc1f45 ChatMemberUpdated() -> ChatMember() func name has been changed 3 years ago
Aleksandr 2f352ae380 Combine chatMember funcs 3 years ago
Demian f4ae9d0c08 context: add chat member updates 3 years ago
Demian f61d30b66b telebot: satisfy Editable for Callback and InlineResult, remove InlineID from Message 3 years ago
Demian fb7de291df telebot: rename ChosenInlineResult to the InlineResult 3 years ago
Demian e9781d5a63 context: implement helper EditOrSend and EditOrReply functions 3 years ago
Demian 55ffac1c33 context: clarify 3 years ago
Ian P Badtrousers 7e3a68249a context: args used to return [""] of length 1 3 years ago
demget 83bd8dd89d
Merge pull request #375 from lcd1232/get_set
Support get/set
3 years ago
Demian 55a27add1d context: return command payload on Data 3 years ago
Demian f624062eec context: use Chat recipient first, then Sender one 3 years ago
lcd1232 82f4e787ef Support get/set 3 years ago
Demian 9063018d2b context: rename SenderOrChat to Recipient, change Sender return type to User 4 years ago
Demian 9e23343684 context: expose SenderOrChat function 4 years ago
Demian fe1015dd7a context: add additional checks for recipient 4 years ago
Demian 4e02fbfc4f middleware/logger: use data as text for callbacks 4 years ago
Demian 29b8f9343c context: implement Data function 4 years ago
Demian 291010edb2 context: allow Edit only for callbacks 4 years ago
Demian 95a99609b1 revert "context: Edit cannot edit the current message"
Context-dependent Edit is needed to edit the callback messages at least.

This reverts commit 57be5879bc.
4 years ago
Demian 0904e2ffec context: implement Chat function 4 years ago
Demian 57be5879bc context: Edit cannot edit the current message 4 years ago