Commit Graph

75 Commits (d90e8974cc13fcaf1bc2429ddb1196f6a03f858e)

Author SHA1 Message Date
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
Ian Byrd 83eb527fe5
Albums added, this commit resolves #103. 7 years ago
Ian Byrd 79dccd7227
Endpoints for media introduced, Message.From -> Message.Sender 7 years ago
Ian Byrd 9aad0c4faa
OnAddedToGroup introduced. 7 years ago
Ian Byrd 2173ce9ad6
Documentation 7 years ago
Ian Byrd 0f1d521167
Cleanup, documentation, bikeshedding. 7 years ago
Ian Byrd d5e4082eaf
New Edit() and EditCaption() methods are taking over.
IMO, we shouldn't be introducing distinct EditText/EditMarkup
methods because it just doesn't make sense, you can do both in
one and EditCaption is a pretty odd case so we live it be.
7 years ago
Ian Byrd ff0015f004
Good news Edit() now works for all Editable text messages! 7 years ago
Ian Byrd 7316e92265
Viva la File, my boys, viva la File! 7 years ago