Update documentation of sendSticker method

This commit is contained in:
Akshett Rai Jindal 2024-08-21 00:15:43 +05:30
parent cf1b73b8b2
commit 78f909e621

View file

@ -3631,7 +3631,7 @@ Schema(
names: ("sendSticker", "SendSticker", "send_sticker"),
return_ty: RawTy("Message"),
doc: Doc(
md: "Use this method to send static .WEBP or [animated] .TGS stickers. On success, the sent Message is returned.",
md: "Use this method to send static .WEBP, .TGS or .WEBM stickers. On success, the sent Message is returned.",
md_links: {"animated": "https://telegram.org/blog/animated-stickers"}
),
tg_doc: "https://core.telegram.org/bots/api#sendsticker",