Commit Graph

754 Commits

Author SHA1 Message Date
Demian
435b1e3b63 context: implement Media function, return Caption in Text 2021-11-07 18:27:25 +02:00
Demian
c50827fd42 rename data_payments.go to payments_data.go 2021-11-07 18:26:49 +02:00
Demian
811e9555ed telebot: implement OnMedia endpoint 2021-11-07 16:25:21 +02:00
Demian
e05ea9522c options: delete parse_mode from params together with entities 2021-11-06 23:04:19 +02:00
Demian
50783dccea options: implement message entities option 2021-11-06 22:57:25 +02:00
Demian
0e4c75404b message: add pointer to the ReplyMarkup field 2021-11-06 20:31:50 +02:00
Demian
8d1854e2a7 bot: change chat type to Recipient in invite link functions 2021-11-06 17:00:27 +02:00
Demian
d2269534fa chat: fix chat join request Sender field 2021-11-05 22:40:51 +02:00
Demian
58b0e788ac context: add chat join request to the Sender and Chat functions 2021-11-05 22:38:30 +02:00
Demian
8f5f797de8 implement bot api 5.4 2021-11-05 22:31:32 +02:00
Demian
13d54ae733 Revert "chat: return username in Recipient for channels"
This reverts commit 41c95795c0.
2021-10-15 23:13:20 +03:00
Demian
568f6ea299 message: implement EntityText helper 2021-10-13 21:15:23 +03:00
Demian
a786fb49b7 bot: implement ChatByUsername 2021-10-13 20:52:30 +03:00
Demian
24189b3669 tests: add animation test 2021-10-13 20:51:00 +03:00
zry98
dbe29aa9b4
Implement missing parameters of commands-related methods 2021-10-12 11:50:37 +02:00
demget
9a08d98f4e
Merge pull request #450 from nentenpizza/v3
bot: handle Animation in EditMedia
2021-09-30 19:53:04 +03:00
Nikita
694d569c0f
bot: handle Animation in EditMedia 2021-09-30 19:41:17 +03:00
Demian
3c4f3edef6 bot: change ChatByID id type to int64 2021-09-29 21:41:07 +03:00
demget
68adfd4239
Merge pull request #447 from Enrico204/fix-setgrouppermissions-json-request-body
Fix SetGroupPermissions JSON request body
2021-09-27 01:01:00 +03:00
Enrico204
9992a227c2 Fix SetGroupPermissions JSON request body 2021-09-25 23:28:18 +02:00
demget
37bf84ddba
Merge pull request #445 from yourProgDev/patch-1
Update README.md
2021-09-24 00:03:26 +03:00
yourProgDev
69b160a9d2
Update README.md 2021-09-23 19:45:00 +03:00
yourProgDev
50e54f8641
Update README.md 2021-09-23 19:33:19 +03:00
yourProgDev
8b5c789a74
Update README.md 2021-09-23 19:30:31 +03:00
Demian
90e7deaa7a layout: wrap Settings for default layout 2021-09-13 10:43:24 +03:00
Demian
73e51e50e6 remove logging redundancy 2021-09-11 21:05:27 +03:00
Demian
35526d3d53 middleware: make Logger argument optional 2021-09-05 17:26:22 +03:00
Demian
6ecbc6adae middleware: remove logrus as a dependency from Logger 2021-08-31 15:15:53 +03:00
Demian
2ef032b358 bot: fix default parse mode embedding in EditMedia 2021-08-31 14:15:54 +03:00
Demian
f457be52e3 context: update edit functions 2021-08-31 14:08:51 +03:00
Demian
888979b0fd options: correct Split len formula 2021-08-30 02:22:09 +03:00
Demian
34885a0114 layout: implement Int64s config function 2021-08-28 21:46:38 +03:00
Demian
32252d3e8c layout: embed a Config in DefaultLayout 2021-08-28 21:40:45 +03:00
Demian
a5cdcec88b middleware: fix IgnoreVia nil dereference 2021-08-28 21:14:13 +03:00
Demian
20ec6fc7fc bot: tidy the chat member type 2021-08-19 17:40:44 +03:00
Demian
570c656d0c context: add original update to the context 2021-08-19 17:26:05 +03:00
Demian
cb12b170d3 telebot: add missed events 2021-08-19 16:40:07 +03:00
Demian
1b1c30eeb2 telebot: update docs, reorder events 2021-08-19 16:15:20 +03:00
Demian
99226e5292 context: add update id field 2021-08-19 13:46:04 +03:00
Demian
ae69423c6e context: implement Bot function 2021-08-15 20:55:12 +03:00
Demian
c720c43f56 middleware: implement IgnoreVia 2021-08-10 15:22:27 +03:00
Demian
7981009da5 layout: pass yaml.JSON encoding option to keep whitespaces as a value 2021-08-04 15:45:18 +03:00
Demian
ec2cb655e7 layout: trim slash symbol in commands 2021-08-04 15:11:47 +03:00
Demian
fe3f4aa533 layout: add commands section 2021-08-04 15:10:18 +03:00
Demian
f8ff8053ab layout: fix documentation typos 2021-08-02 17:33:08 +03:00
Demian
0c6b451fbf middleware: rename Respond to AutoRespond 2021-07-30 18:36:30 +03:00
Demian
79ace6bc54 middleware: implement auto callback respond 2021-07-30 18:33:45 +03:00
Demian
d89e904397 layout: wrap Callback function for DefaultLayout 2021-07-29 22:40:27 +03:00
demget
346b6bfe9d
Merge pull request #429 from Rostish/v3
Chat() *Chat logic expanded
2021-07-28 23:34:09 +03:00
Aleksandr
65c920beff Chat() *Chat logic expanded
myChatMember and chatMember cases were added
2021-07-28 16:06:04 +03:00