Commit Graph

35 Commits (c720c43f560067b6552342c1e88878564b6d5fce)

Author SHA1 Message Date
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
Aleksandr 7a82cc1f45 ChatMemberUpdated() -> ChatMember() func name has been changed 3 years ago
Aleksandr 2f352ae380 Combine chatMember funcs 3 years ago
Demian f4ae9d0c08 context: add chat member updates 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
Demian e9781d5a63 context: implement helper EditOrSend and EditOrReply functions 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 f624062eec context: use Chat recipient first, then Sender one 3 years ago
lcd1232 82f4e787ef Support get/set 3 years ago
Demian 9063018d2b context: rename SenderOrChat to Recipient, change Sender return type to User 4 years ago
Demian 9e23343684 context: expose SenderOrChat function 4 years ago
Demian fe1015dd7a context: add additional checks for recipient 4 years ago
Demian 4e02fbfc4f middleware/logger: use data as text for callbacks 4 years ago
Demian 29b8f9343c context: implement Data function 4 years ago
Demian 291010edb2 context: allow Edit only for callbacks 4 years ago
Demian 95a99609b1 revert "context: Edit cannot edit the current message"
Context-dependent Edit is needed to edit the callback messages at least.

This reverts commit 57be5879bc.
4 years ago
Demian 0904e2ffec context: implement Chat function 4 years ago
Demian 57be5879bc context: Edit cannot edit the current message 4 years ago
Demian cf5edf4042 context: implement the opposite to Forward 4 years ago
Demian b10f986ba2 context: fix message selecting for callbacks 4 years ago
Demian b291e4fc08 layout: should be separated and completely independent 4 years ago
Demian a94205252a layout: first implementation 4 years ago
Demian f1015d1754 middleware: basic implementation and groups 4 years ago
Demian a69dd5aa62 context: add Args helper function 4 years ago
Demian 5f6792d860 context: adapt handlers 4 years ago
Demian 5a1a187e87 telebot: clarify and fix all naming issues 4 years ago
Demian fd55a4b8a7 context: first implementation 4 years ago