Commit Graph

822 Commits (v3)
 

Author SHA1 Message Date
demget 1b57dbc404 Merge pull request #371 from metalmatze/test-offline
Expose offline settings for Bot
3 years ago
demget f29096837c Merge pull request #364 from rusq/v2
Enable handling callbacks with Unique contaning "-"
3 years ago
demget 6de4d3e537 Merge pull request #338 from PaulLesur/bowling-dice
Add bowling dice
3 years ago
Hung-I Wang 6de60f7d68 Fix a typo in the comment of SetGroupDescription 3 years ago
Demian c1d4818e35 layout: make locale templates association correct 3 years ago
Demian 40638d1878 layout: rename settings.go file to the parser.go 3 years ago
Demian 5108157783 layout: add inline query results support 3 years ago
Demian 3281935f9c options: add missed force reply option to the Placeholder 3 years ago
Demian 7a12453c8a options: add input field placeholder option 3 years ago
Demian 963aaea7bf layout: implement default layout 3 years ago
Demian 9be6c9e313 mod: update 3 years ago
Ian P Badtrousers 5a64e9fc62 Bwahahahahaha 3 years ago
Demian e9781d5a63 context: implement helper EditOrSend and EditOrReply functions 3 years ago
Demian 061d8ab4ba inline: enable ability to use default parse mode 3 years ago
Demian c97641b811 layout: implement Locales function 3 years ago
Demian 91a85c9b5a layout: replace json tags with yaml ones 3 years ago
Demian 965bc10466 layout: add shorter data alias for callback_data 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 9c67c31592 bot: make ChatMemberOf accept Recipient interface 3 years ago
Demian f624062eec context: use Chat recipient first, then Sender one 3 years ago
lcd1232 0f19fd16df Update test 3 years ago
lcd1232 82f4e787ef Support get/set 3 years ago
Demian daebf9f55d readme: add telegram discuss group 3 years ago
Demian 9ecc5248c6 layout: implement config array functions 4 years ago
Demian cdad4e4816 options: implement markup Split 4 years ago
Demian e27ee26809 layout: add config functions for slices 4 years ago
Demian ca801f2f1c options: fix nil reply markup handling 4 years ago
Demian 6d548640f2 options: add RemoveKeyboard option 4 years ago
Demian 9063018d2b context: rename SenderOrChat to Recipient, change Sender return type to User 4 years ago
Demian cde97c26cf docs: layout 4 years ago
Demian 684692e890 telebot: add goal and slot dices 4 years ago
Demian e467d6286c errors: update and implement flood error 4 years ago
renanzxc 8fe81bb3bf Export row type 4 years ago
profawk 66f939ca14 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 41c95795c0 chat: return username in Recipient for channels 4 years ago
Demian 309b5be317 layout: separate buttons and callbacks 4 years ago
Demian 0b46db3041 layout: pass functions to the ButtonLocale template 4 years ago
Demian e5b018fc4b layout: implement ButtonLocale function 4 years ago
Demian 9e23343684 context: expose SenderOrChat function 4 years ago
Demian fe1015dd7a context: add additional checks for recipient 4 years ago
Demian cba1303e69 context: expose native constructor 4 years ago
Demian 67283cd275 layout: allow to specify locale manually 4 years ago
Demian 9f08ef94de telebot: remove ErrSkip
There is no need in this error, as we can skip or abort the execution
by simply returning a nil, instead of calling the next context handler.
4 years ago
Demian 1755696785 middleware/logger: trim callback data delimiter 4 years ago
Demian 8805f248e3 tests: context Text is not for queries 4 years ago
Demian 59b2bdc805 layout: fix inline button recognition again 4 years ago
Demian 541cbd7e1e bot: add callback unique field 4 years ago