telegram-bot icon indicating copy to clipboard operation
telegram-bot copied to clipboard

Stickers tracking issue

Open knsd opened this issue 6 years ago • 1 comments

  • [ ] Update Sticker struct and add MaskPosition struct
  • [ ] Add StickerSet struct
  • [ ] Add sendSticker request
  • [ ] Add getStickerSet request
  • [ ] Add uploadStickerFile request
  • [ ] Add createNewStickerSet request
  • [ ] Add addStickerToSet request
  • [ ] Add setStickerPositionInSet request
  • [ ] Add deleteStickerFromSet request

knsd avatar Oct 20 '19 13:10 knsd

Heya, I implemented sendSticker in my repo, feel free to grab the implementation from it. https://github.com/dhalucario/telegram-bot/commit/ede3a675d28c43384a0a109d0e75edc361a4c494

dhalucario avatar Oct 13 '20 20:10 dhalucario