Commit Graph

806 Commits (df250e64a20bf9f6bad900b22b10ab9e217e1252)
 

Author SHA1 Message Date
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 435b1e3b63 context: implement Media function, return Caption in Text 3 years ago
Demian c50827fd42 rename data_payments.go to payments_data.go 3 years ago
Demian 811e9555ed telebot: implement OnMedia endpoint 3 years ago
Demian e05ea9522c options: delete parse_mode from params together with entities 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 8d1854e2a7 bot: change chat type to Recipient in invite link functions 3 years ago
Demian d2269534fa chat: fix chat join request Sender field 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 13d54ae733 Revert "chat: return username in Recipient for channels"
This reverts commit 41c95795c0.
3 years ago
Demian 568f6ea299 message: implement EntityText helper 3 years ago
Demian a786fb49b7 bot: implement ChatByUsername 3 years ago
Demian 24189b3669 tests: add animation test 3 years ago
zry98 dbe29aa9b4
Implement missing parameters of commands-related methods 3 years ago
demget 9a08d98f4e
Merge pull request #450 from nentenpizza/v3
bot: handle Animation in EditMedia
3 years ago
Nikita 694d569c0f
bot: handle Animation in EditMedia 3 years ago
Demian 3c4f3edef6 bot: change ChatByID id type to int64 3 years ago
demget 68adfd4239
Merge pull request #447 from Enrico204/fix-setgrouppermissions-json-request-body
Fix SetGroupPermissions JSON request body
3 years ago
Enrico204 9992a227c2 Fix SetGroupPermissions JSON request body 3 years ago
demget 37bf84ddba
Merge pull request #445 from yourProgDev/patch-1
Update README.md
3 years ago
yourProgDev 69b160a9d2
Update README.md 3 years ago
yourProgDev 50e54f8641
Update README.md 3 years ago
yourProgDev 8b5c789a74
Update README.md 3 years ago
Demian 90e7deaa7a layout: wrap Settings for default layout 3 years ago
Demian 73e51e50e6 remove logging redundancy 3 years ago
Demian 35526d3d53 middleware: make Logger argument optional 3 years ago
Demian 6ecbc6adae middleware: remove logrus as a dependency from Logger 3 years ago
Demian 2ef032b358 bot: fix default parse mode embedding in EditMedia 3 years ago
Demian f457be52e3 context: update edit functions 3 years ago
Demian 888979b0fd options: correct Split len formula 3 years ago
Demian 34885a0114 layout: implement Int64s config function 3 years ago
Demian 32252d3e8c layout: embed a Config in DefaultLayout 3 years ago
Demian a5cdcec88b middleware: fix IgnoreVia nil dereference 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 cb12b170d3 telebot: add missed events 3 years ago
Demian 1b1c30eeb2 telebot: update docs, reorder events 3 years ago
Demian 99226e5292 context: add update id field 3 years ago
Demian ae69423c6e context: implement Bot function 3 years ago
Demian c720c43f56 middleware: implement IgnoreVia 3 years ago
Demian 7981009da5 layout: pass yaml.JSON encoding option to keep whitespaces as a value 3 years ago
Demian ec2cb655e7 layout: trim slash symbol in commands 3 years ago
Demian fe3f4aa533 layout: add commands section 3 years ago
Demian f8ff8053ab layout: fix documentation typos 3 years ago
Demian 0c6b451fbf middleware: rename Respond to AutoRespond 3 years ago
Demian 79ace6bc54 middleware: implement auto callback respond 3 years ago
Demian d89e904397 layout: wrap Callback function for DefaultLayout 3 years ago