Commit Graph

18 Commits (46de48a28b47320f219817ffcbe527f22891e157)

Author SHA1 Message Date
profawk e6c93d3fdb
Fix inlinebutton With func
the InlineButton With func returned a new button with it's url property mangled (t.Text instead of t.URL)
this caused telegram to respoind with 400
4 years ago
Demian d02458be27 options: implement CallbackEndpoint for Btn 4 years ago
Demian f5f0b4b696 options: remove unused Action fields from buttons 4 years ago
Demian f82c0ec609 telebot: fix linter inspection problems 4 years ago
Demian 16e74b8025 payments: complete shipping API 4 years ago
Ian Patrick Badtrousers d7c155f97e keyboards: simple constructors added 4 years ago
unknown 0cfb922e9e Update Action field in reply and inline buttons 4 years ago
demiangetman 40dabc4275 Add login_url field support to InlineButton 5 years ago
demiangetman f286f15c03 Implement IsInline helper function 5 years ago
demiangetman 7631100db9 Add switch_inline_query_current_chat field to InlineButton 5 years ago
Ian Byrd 62ac17dbc9
JSON fix for buttons. 7 years ago
Ian Byrd a2d28e604d
Minor API changes. 7 years ago
Ian Byrd bdd5916b83
Callbacks fixed for both button types. 7 years ago
Ian Byrd 4f400f035e
Raw() method introduced. KeyboardButton -> ReplyButton. 7 years ago
Ian Byrd 5a73cee70a
Handle() now supports keyboard buttons as endpoints. 7 years ago
Ian Byrd eae6345b88
InlineButton became endpoint (callback handling.) 7 years ago
Ian Byrd 612ab345bd Improved inline API. TODO proper result types. 7 years ago
Ian Byrd dbc2cd7f6d
Massive refactoring and file structure changes.
- Callback structs has been moved to callbacks.go
- User / Chat and its methods -> chat.go
- Concept of Editable and Message Signature introduced
- No more types.go, it's been refactored into media.go + friends
7 years ago