Liking cljdoc? Tell your friends :D

telegrambot-lib.stickers.core

Telegram Stickers - function implementations.

Telegram Stickers - function implementations.

* https://core.telegram.org/bots/api#stickers
raw docstring

add-sticker-to-setclj

(add-sticker-to-set this content)

Use this method to add a new sticker to a set created by the bot. You must use exactly one of the fields png_sticker or tgs_sticker. Animated stickers can be added to animated sticker sets and only to them. Animated sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns True on success.

Use this method to add a new sticker to a set created by the bot.
You must use exactly one of the fields png_sticker or tgs_sticker.
Animated stickers can be added to animated sticker sets and only to them.
Animated sticker sets can have up to 50 stickers.
Static sticker sets can have up to 120 stickers.
Returns True on success.
sourceraw docstring

behaviorclj

Map for extending the core TBot record with functions.

Map for extending the core TBot record with functions.
sourceraw docstring

create-new-sticker-setclj

(create-new-sticker-set this content)

Use this method to create a new sticker set owned by a user. The bot will be able to edit the sticker set thus created. You must use exactly one of the fields png_sticker or tgs_sticker. Returns True on success.

Use this method to create a new sticker set owned by a user. The bot will
be able to edit the sticker set thus created.
You must use exactly one of the fields png_sticker or tgs_sticker.
Returns True on success.
sourceraw docstring

delete-sticker-from-setclj

(delete-sticker-from-set this content)

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Use this method to delete a sticker from a set created by the bot.
Returns True on success.
sourceraw docstring

get-sticker-setclj

(get-sticker-set this content)

Use this method to get a sticker set. On success, a StickerSet object is returned.

Use this method to get a sticker set.
On success, a StickerSet object is returned.
sourceraw docstring

send-stickerclj

(send-sticker this content)

Use this method to send static .WEBP or animated .TGS stickers. On success, the sent Message is returned.

Use this method to send static .WEBP or animated .TGS stickers.
On success, the sent Message is returned.
sourceraw docstring

set-sticker-position-in-setclj

(set-sticker-position-in-set this content)

Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.

Use this method to move a sticker in a set created by the bot to
a specific position.
Returns True on success.
sourceraw docstring

set-sticker-set-thumbclj

(set-sticker-set-thumb this content)

Use this method to set the thumbnail of a sticker set. Animated thumbnails can be set for animated sticker sets only. Returns True on success.

Use this method to set the thumbnail of a sticker set.
Animated thumbnails can be set for animated sticker sets only.
Returns True on success.
sourceraw docstring

upload-sticker-fileclj

(upload-sticker-file this content)

Use this method to upload a .PNG file with a sticker for later use in createNewStickerSet and addStickerToSet methods (can be used multiple times). Returns the uploaded File on success.

Use this method to upload a .PNG file with a sticker for later use
in createNewStickerSet and addStickerToSet methods (can be used multiple times).
Returns the uploaded File on success.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close