Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@alissonlauffer alissonlauffer released this 30 Mar 18:31
· 68 commits to master since this release
9d7e000
  • Bot API 4.7
  • Added the method sendDice for sending a dice message, which will have a random value from 1 to 6
  • Added the field dice to the Message object
  • Added the method getMyCommands for getting the current list of the bot's commands
  • Added the method setMyCommands for changing the list of the bot's commands through the Bot API instead of @Botfather
  • Added the ability to create animated sticker sets by specifying the parameter tgs_sticker instead of png_sticker in the method createNewStickerSet
  • Added the ability to add animated stickers to sets created by the bot by specifying the parameter tgs_sticker instead of png_sticker in the method addStickerToSet
  • Added the field thumb to the StickerSet object
  • Added the ability to change thumbnails of sticker sets created by the bot using the method setStickerSetThumb