danielperez9430
59b43a5355
feat: Support Telegram Bot API v9.1
2025-07-28 20:44:55 +02:00
danielperez9430
6d7adc3e12
feat: Support Telegram Bot API 9.0
2025-04-17 01:04:54 +02:00
danielperez9430
8fe6f04df2
feat: Partial Support Telegram Bot API v9.0
2025-04-16 19:38:18 +02:00
danielperez9430
074912cdb3
deps: upgrade @cypress/request
...
Added request to devDeps for test because @cypress/request-promise require it but not autoinstall it for the tests
2025-04-16 19:37:35 +02:00
danielperez9430
cb21b01c3a
style: doc block format
2025-04-16 18:53:19 +02:00
danielperez9430
0b2662fd24
feat: Bot API v8.3
2025-04-16 15:48:03 +02:00
danielperez9430
b4effe6980
docs(Readme)
2025-04-16 11:16:46 +02:00
danielperez9430
94e61c0a10
feat: Bot API 8.1
2025-04-16 11:14:41 +02:00
Ismail Bin Mujeeb
8cff652e05
feat: save prepared inline message v8.0 ( #1248 )
...
* Add support for savePreparedInlineMessage in bot api v8.0 #1243
* run `npm run doc` command
---------
Co-authored-by: Daniel Pérez Fernández <dpefe@hotmail.es>
2025-04-16 10:54:56 +02:00
danielperez9430
01c3ea77c9
feat: Support Telegram Bot API 7.10
2025-04-16 10:07:23 +02:00
Daniel Pérez Fernández
5fd83b3243
feat: Support for sendPaidMedia
2025-04-16 01:14:46 +02:00
Melroy van den Berg
531a15e7b8
docs: Remove travis badge ( #1225 )
2025-04-15 13:34:12 +02:00
ivanjh
12d28f3958
fix: FatalError set reference to causing error ( #1257 )
2025-04-15 13:33:09 +02:00
danielperez9430
766b4344a8
🚧 : Support bot api v7.9
...
Added:
* getStarTransactions (v7.5)
* createChatSubscriptionInviteLink (v7.9)
* editChatSubscriptionInviteLink (v7.9)
2024-09-06 00:07:16 +02:00
danielperez9430
f40b421717
feat: Support Telegram Bot API 7.4
2024-05-30 23:33:27 +02:00
Dmytro Svynarenko
e7dd42c227
fix: getChatMember #1200 ( #1201 )
2024-05-30 22:55:50 +02:00
danielperez9430
7e9ee42769
fix: getUserChatBoosts
2024-05-30 22:37:54 +02:00
danielperez9430
65ef0a2fcc
feat: Support Telegram Bot API 7.3
2024-05-08 15:36:52 +02:00
danielperez9430
fea59f455c
feat: Support Telegram Bot API 7.2
2024-05-03 20:30:33 +02:00
danielperez9430
556de8794d
fix: Missing updates
2024-03-09 19:13:58 +01:00
danielperez9430
7fe501f19f
feat: Support for message reaction event
2024-03-09 19:03:58 +01:00
danielperez9430
d323a3bac5
feat: support getUserChatBoosts
2024-02-21 01:20:45 +01:00
danielperez9430
515a1acdc7
feat: Telegram Bot API 7.1
2024-02-21 01:05:50 +01:00
danielperez9430
8f741b2cb6
fix: setMessageReaction
2024-02-21 00:59:45 +01:00
danielperez9430
db976c4598
fix: CopyMessages
2024-02-21 00:59:15 +01:00
danielperez9430
8df6e6583e
test: CopyMessage and getMyDefaultAdministratorRights
2024-02-21 00:58:40 +01:00
danielperez9430
be25ec69d2
feat: Support forwardMessages method
2024-02-20 23:29:44 +01:00
danielperez9430
00ffca5fdd
chore: Code style and order of the methods
2024-02-20 19:56:20 +01:00
Sp3rick
cceea22a93
feat: Add methods deleteMessages and copyMessages
...
* Added setMessageReaction method
* Added setMessageReaction method
* Added and implemented _fixReplyParameters
---------
Co-authored-by: Sp3rick <your_email@example.com>
2024-02-20 19:47:13 +01:00
許景欣
e81ec60377
feat: add copyMessages method
2024-02-16 23:40:17 +01:00
Daniel
4fa9a735bb
fix: RegexExp in process messges updates
2023-11-01 12:31:54 +01:00
Daniel
5385d41f1f
feat: update to v0.64.0 version
2023-10-25 12:41:41 +02:00
Daniel Pérez Fernández
12d4d25af4
deps: Change request to @cypress/request ( #1145 )
2023-10-25 12:31:46 +02:00
Daniel
f17e801b8a
docs: revokeChatInviteLink
2023-10-24 11:25:43 +02:00
Daniel Pérez Fernández
595cdbd0c6
feat: Telegram Bot API 6.8 support ( #1113 )
...
* feat: Telegram Bot API 6.8 support
* chore: telegramWebHook file format
2023-08-23 01:07:17 +02:00
Ilya Khrustalev
dfe24a4d38
docs: update api.md for setWebHook ( fix #1083 ) ( #1084 )
2023-08-23 00:57:17 +02:00
Daniel Pérez Fernández
542002ec0d
feat: Telegram Bot API Support 6.6 + 6.7 [WIP] ( #1069 )
...
* feat: Telegram Bot API Support
* refactor: uploadStickerFile
* feat: Support Telegram Bot API v6.7
* fix: tests
* feat: Test for deleteStickerSet
2023-08-23 00:49:09 +02:00
Yago
2885db0e31
Merge pull request #1094 from kaiserdj/patch-1
...
docs: Update group link
2023-06-19 11:45:07 +09:00
Kaiserdj™
ad2b8c2ce1
docs: Update group link
2023-06-09 21:37:52 +02:00
Daniel
4ec6a68840
docs: Update group link
2023-06-07 15:36:22 +02:00
Karl-Heinz Wind
ab0eb183ad
fix: Handle rejected when open a webhook in a port that was already in use
...
Co-authored-by: windka <karl-heinz.wind.external@trumpf.com>
2023-05-03 10:32:25 +02:00
Dmitry Vyazin
c4164a21ce
docs: Update README
2023-05-03 10:29:58 +02:00
agoudbg
6077f9ba10
docs: update api.md for createNewStickerSet ( #1043 )
...
* fix: createNewStickerSet description error
* docs: Update api.md
2023-01-31 01:17:55 +01:00
Dmitry Vyazin
41f493ba82
docs: update README.md ( #1044 )
2023-01-31 01:17:06 +01:00
Daniel
53b5565e8a
fix: remove try catch in _fixAddFileThumb
2022-12-31 14:07:51 +01:00
Daniel Pérez Fernández
58261d1be3
feat: Telegram Bot API 6.4 Support ( #1040 )
...
* feat: Telegram Bot API 6.4
* fix: Add Thumb sendVideo/...
* docs: Regenerate
* fix: set/get mycommands and suggested tip amounts
2022-12-30 20:47:36 +01:00
Yurii Hrom
4ef4fe9ba9
Update incorrect link in tutorials.md ( #1027 )
2022-11-19 17:52:25 +03:00
Daniel Pérez Fernández
ab5928669b
feat: Telegram Bot API v6.3 ( #1020 )
...
* feat: Telegram Topics
* update docs
* fix: test
* update: docs
2022-11-06 02:54:23 +01:00
Antonio Hernández
0eb8b8032f
fix: Parse entities when sending request ( #1013 )
2022-11-06 00:15:24 +01:00
Daniel Pérez Fernández
ccdd14670b
docs: Fix readme with correct link to api docs
2022-09-26 19:44:05 +02:00