mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Update documentation of sendSticker
method
This commit is contained in:
parent
cf1b73b8b2
commit
78f909e621
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue