Message.reply_sticker¶
Reply to the message with a sticker. Shortcut for sendSticker.
Message.reply_sticker(
sticker: InputFile | str,
emoji: str = None,
thumbnail: InputThumbnail | None = None,
width: int = 0,
height: int = 0,
disable_notification: bool = False,
protect_content: bool = False,
allow_paid_broadcast: bool = False,
topic_id: MessageTopic | None = None,
quote: InputTextQuote | None = None,
no_reply: bool = False,
ephemeral: bool = False,
receiver_user_id: int = 0,
reply_markup: ReplyMarkupInlineKeyboard | ReplyMarkupShowKeyboard | ReplyMarkupForceReply | ReplyMarkupRemoveKeyboard | None = None
) → Error | Message