| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.2.0 source code.tar.gz | 2026-07-14 | 1.3 MB | |
| 1.2.0 source code.zip | 2026-07-14 | 1.3 MB | |
| README.md | 2026-07-14 | 1.3 kB | |
| Totals: 3 Items | 2.6 MB | 0 | |
Added
- Support for Telegram Bot API 10.2:
- Ephemeral Messages: new methods
editEphemeralMessageText,editEphemeralMessageMedia,editEphemeralMessageCaption,editEphemeralMessageReplyMarkupanddeleteEphemeralMessage; newreceiver_user_id/callback_query_idoptions onsendMessage,sendAnimation,sendAudio,sendDocument,sendPhoto,sendSticker,sendVideo,sendVideoNote,sendVoice,sendContact,sendLocationandsendVenue;ephemeral_message_idonMessageandReplyParameters(whosemessage_idis now optional);is_ephemeralonBotCommand;receiver_useronMessage. - Rich Messages: new
InputRichMessageMedia,InputMediaVoiceNote,InputRichBlockListItemand theInputRichBlock*block classes; newmediaandblocksfields onInputRichMessage. - Communities: new
Community,CommunityChatAddedandCommunityChatRemovedtypes;community_chat_added/community_chat_removedonMessage;communityonChatFullInfo. - General: new
BotSubscriptionUpdatedtype and thesubscriptionupdate field.
Full changelog: https://github.com/yagop/node-telegram-bot-api/compare/v1.1.2...v1.2.0