Commit Graph

639 Commits (9a08d98f4ee7e5e5ee2950bd0ce8dd7cc8fdacc3)
 

Author SHA1 Message Date
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
demget 346b6bfe9d
Merge pull request #429 from Rostish/v3
Chat() *Chat logic expanded
3 years ago
Aleksandr 65c920beff Chat() *Chat logic expanded
myChatMember and chatMember cases were added
3 years ago
Demian 33ea17f0ea context: extend Args function 3 years ago
Demian 6b6558547b context: fix nil dereference in Chat function 3 years ago
Demian 635f51c455 callbacks: handle both inline and regular messages in MessageSig 3 years ago
Demian cdb2d59f4a context: fix ChatMember function name 3 years ago
Demian 5df77562df examples: remove directory for now 3 years ago
demget 12d72970f3
Merge pull request #427 from Rostish/v3
Combine chatMember funcs
3 years ago
Demian 802d480e10 middleware: change Restrict middleware chats type to int64 3 years ago
Aleksandr 7a82cc1f45 ChatMemberUpdated() -> ChatMember() func name has been changed 3 years ago
Demian 8f725d434e chat: change User id type to int64 3 years ago
Demian 90abbce6dd layout: avoid nil dereference in ResultLocale 3 years ago
Aleksandr 2f352ae380 Combine chatMember funcs 3 years ago
Demian 86e6d40b1b layout: add arguments support in text template function 3 years ago
Demian 746f3d6668 options: replace variadic argument with a slice 3 years ago
Demian 2afdf466de layout: move template functions from global scope to the constructor 3 years ago
Demian f4ae9d0c08 context: add chat member updates 3 years ago