We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173e080 commit 4c9fee5Copy full SHA for 4c9fee5
1 file changed
pyrogram/client/methods/messages/send_sticker.py
@@ -52,7 +52,7 @@ def send_sticker(
52
For your personal cloud (Saved Messages) you can simply use "me" or "self".
53
For a contact that exists in your Telegram address book you can use his phone number (str).
54
55
- sticker (``str``):
+ sticker (``str`` | file-like object):
56
Sticker to send.
57
Pass a file_id as string to send a sticker that exists on the Telegram servers,
58
pass an HTTP URL as a string for Telegram to get a .webp sticker file from the Internet, or
0 commit comments