Socket
Socket
Sign inDemoInstall

node-telegram-bot-api

Package Overview
Dependencies
139
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

0.65.1

Diff

Changelog

Source

[0.65.1][0.65.1] - 2024-03-09

  1. Support for updates (@danielperez9430)
  • message_reaction
  • message_reaction_count
  • chat_boost
  • removed_chat_boost
yagop
published 0.65.0 •

Changelog

Source

[0.65.0][0.65.0] - 2024-02-20

  1. Support Telegram Bot API v7.1
  • deleteMessages (@Sp3ricka)
  • copyMessages (@xjx0106 & @Sp3ricka)
  • setMessageReaction (@Sp3ricka)
  • forwardMessages (@danielperez9430)
  • getUserChatBoosts (@danielperez9430)
  1. Minor changes: (@danielperez9430)
  • Refactor methods order
  • Fix copyMessages & setMessageReaction methods
  • Added missing tests
  • Fix tests for methods copyMessages & getMyDefaulAdministratorRights
yagop
published 0.64.0 •

Changelog

Source

[0.64.0][0.64.0] - 2023-10-25

  1. Replace request with a maintained version (@danielperez9430)
  • Change request to @cypress/request
  • Change request-promise to @cypress/request-promise
yagop
published 0.63.0 •

Changelog

Source

[0.63.0][0.63.0] - 2023-08-23

  1. Support Telegram Bot API v6.8 (@danielperez9430)
  • unpinAllGeneralForumTopicMessages
yagop
published 0.61.0 •

Changelog

Source

[0.61.0][0.61.0] - 2022-12-30

  1. Support Telegram Bot API v6.4 (@danielperez9430)
  • editGeneralForumTopic
  • closeGeneralForumTopic
  • reopenGeneralForumTopic
  • hideGeneralForumTopic
  • unhideGeneralForumTopic
  1. Minor changes: (@danielperez9430)
  • The parameters name and icon_custom_emoji_id of the method editForumTopic are now optional.
  • Fix add thumb in sendAudio, sendVideo and sendVideoNote
  • Fix getMyCommands and setMyCommands
  • Suggested tip amounts stringify in sendInvoice
yagop
published 0.60.0 •

Changelog

Source

[0.60.0][0.60.0] - 2022-10-06

  1. Support Telegram Bot API v6.3 (@danielperez9430)
  • createForumTopic
  • closeForumTopic
  • reopenForumTopic
  • deleteForumTopic
  • unpinAllForumTopicMessages
  • getForumTopicIconStickers
  1. Fix test getMyDefaultAdministratorRights (@danielperez9430)

  2. Fix parse entities - (@toniop99)

yagop
published 0.59.0 •

Changelog

Source

[0.59.0][0.59.0] - 2022-08-15

  1. Support Telegram Bot API v6.2 (@danielperez9430)
  • getCustomEmojiStickers
  1. Support test enviroment (@tinsaeDev & @kamikazechaser)

  2. Remove dependencies: (@danielperez9430)

    • Remove bluebird => Use NodeJS Native Promises
    • Remove depd => Use node native deprecate util for warnings
    • Remove contributor dev dependency and add list of contributors in the readme
  3. Remove legacy methods: (@danielperez9430)

  • getChatMembersCount
  • kickChatMember
  1. Docs: (@danielperez9430)
  • Update the docs of the methods
  • Order methods follow the Telegram bot API docs in src/telegram.js
  • Update README
  1. Fix: (@danielperez9430)
  • addStickerToSet() -> Allow to send tgs_sticker + webm_sticker
  • Remove mandatory param “start_parameter” from sendInvoice, because in the docs is a optional param
  • getStickerSet test fix deprecated response value "contains_masks" change to "sticker_type"
  • Fix some other tests
  1. New Test: (@danielperez9430)
  • deleteStickerFromSet
  • setStickerPositionInSet
  • getCustomEmojiStickers
yagop
published 0.58.0 •

Changelog

Source

[0.58.0][0.58.0] - 2022-06-22

  1. Support Bot API v6.1: (@danielperez9430)

    • Add method createInvoiceLink()
  2. Support for setStickerSetThumb (@elihaidv)

  3. Add new test (@danielperez9430)

    • createInvoiceLink
  4. Test fixes (@danielperez9430)

    • sendVideoNote
    • createNewStickerSet
    • setStickerSetThumb
    • getChatMenuButton
    • setWebHook
  5. Bug fixes (@danielperez9430)

    • answerWebAppQuery
    • Support for send thumb in sendAudio
yagop
published 0.57.0 •

Changelog

Source

[0.57.0][0.57.0] - 2022-04-23

Added:

  1. Support Bot API v6: (@danielperez9430)

    • Add method setChatMenuButton()
    • Add method getChatMenuButton()
    • Add method setMyDefaultAdministratorRights()
    • Add method getMyDefaultAdministratorRights()
    • Add method answerWebAppQuery()
    • Renamed the fields voice_chat_scheduled, voice_chat_started, voice_chat_ended, and voice_chat_participants_invited to video_chat_scheduled, video_chat_started, video_chat_ended, and video_chat_participants_invited

    Tests:

    • answerWebAppQuery
    • setChatMenuButton
    • getChatMenuButton
    • setMyDefaultAdministratorRights
    • getMyDefaultAdministratorRights
yagop
published 0.56.0 •

Changelog

Source

[0.56.0][0.56.0] - 2021-12-07

Added:

  1. Support Bot API v5.5: (@danielperez9430)

    • Add method banChatSenderChat()
    • Add method unbanChatSenderChat()

    Fixes:

    • Tests for support with new invite link format
234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc