Commit Graph

83 Commits (4670ccf5a3814b884544b216e73578e686f77e94)

Author SHA1 Message Date
Nash-Well 4670ccf5a3
api: implement 6.8 features (#652)
* api: implement 6.8 features

* chat,topic: refactor

* chat: change unixtime to lowercase
3 months ago
落心 59775c24a0 add entrytype blockquote 4 months ago
Demian 10d3480782 topic: finish and refactor the implementation 7 months ago
Demian 78610849e1 api 6.5: implement request_user and request_chat support params in ReplyButton 7 months ago
Nikita fb8ce2a4b1
api: update to 6.4 (#606)
Co-authored-by: Demian <optigan@protonmail.com>
7 months ago
Demian 03dcac73d8 chat,message: naming 7 months ago
Demian d883371ded telebot: refactor bot api 6.3 7 months ago
Nikita 5d4079a489 api: update to 6.3 7 months ago
Demian d90e8974cc telebot: restructure and refactor 2 years ago
Demian 8042463d7f stickers: implement custom emoji support 2 years ago
Demian 933fcacf4a telebot: rename voice chat to the video chat 2 years ago
Demian cee9ad2ddd telebot: refactor web apps 2 years ago
demget 352b5c89f1
Merge pull request #509 from dzen-it/v3-webapp_support
Web App support
2 years ago
star-39 173d940a7a Treat Sticker as Media 2 years ago
Mikhail Borovikov c4abfac25d Added web_app_data for a message 2 years ago
Demian 8ad1e044ee telebot: naming, docs 2 years ago
Nikita 775ea71cb3 updates: add forward fields 2 years ago
Demian 10b70148f7 message: move Media function from context 2 years ago
Demian c46e31dff6 options: remove InlineKeyboardMarkup type 2 years ago
Demian 5aece88b1a message: change entities types to the Entities 3 years ago
Demian 0463e22543 telebot: rework media, implement Media and Inputtable interfaces 3 years ago
Demian 50783dccea options: implement message entities option 3 years ago
Demian 0e4c75404b message: add pointer to the ReplyMarkup field 3 years ago
Demian 568f6ea299 message: implement EntityText helper 3 years ago
Demian cb12b170d3 telebot: add missed events 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
demget bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
3 years ago
demget e7f0e64c71 Merge pull request #407 from DiscoreMe/develop
api: support 5.1
3 years ago
demget 2d17e0e12c Merge pull request #405 from DiscoreMe/develop
api: support 5.0
3 years ago
Ian P Badtrousers 8261689cda Merge pull request #377 from omar-polo/v2
implements voice chat service messages
3 years ago
Demian 5a1a187e87 telebot: clarify and fix all naming issues 4 years ago
Demian c602a3df68 message: add missed forward fields 4 years ago
Demian e1811e100a tests: implement more 4 years ago
Demian dc9db44c81 message: add via_bot field 4 years ago
Demian 7a1d59c7d9 payments: SuccessfulPayment and minor changes 4 years ago
Demian 525f94ff6a message: update message types 4 years ago
Demian 9087ce99d0 message: some clean-ups 4 years ago
dande 9268c6dff7 dice: added constants 4 years ago
dande 3915e8596b dice: fixed dice handling 4 years ago
dande ab0c9a7060 dice: added dice support 4 years ago
Demian 9b11223d56 bot: complete Polls 2.0 API 4 years ago
Eugene Bravov bd69a13f32
Add animation to maeesage 4 years ago
Viktor Oreshkin a770d6d951 Fix typos and misspells 5 years ago
demiangetman 11b34b3857 Add ReplyMarkup field to Message 5 years ago
demiangetman 53bfa49b78 Fill callback inline message on update 5 years ago
Ian Byrd bda24d8650 Possibly breaking some builds, but inline message IDs won't work
otherwise.
7 years ago
Jonas Bögle 933b28f94e
fixed IsForwarded()
reverts a tiny change from dbc2cd7f6, we need to check both fields because:
- m.OriginalChat is nil when message is not forwarded from a channel
- m.OriginalSender can be nil if the message is forwarded from a channel
(doc: https://core.telegram.org/bots/api#message)
7 years ago
Ian Byrd 4cf58f4c5b
Automatic command payload handling. 7 years ago
Ian Byrd d6ef68605b
Complete list of endpoints is now supported (see const.) 7 years ago