Skip to content

Client.sendSticker

client method · async

Send sticker to chat

Client.sendSticker(
  chat_id: int,
  sticker: InputFile | str,
  emoji: str = None,
  thumbnail: InputThumbnail = None,
  width: int = 0,
  height: int = 0,
  disable_notification: bool = False,
  protect_content: bool = False,
  allow_paid_broadcast: bool = False,
  topic_id: MessageTopic = None,
  quote: InputTextQuote = None,
  reply_to: InputMessageReplyTo = None,
  reply_to_message_id: int = 0,
  receiver_user_id: int = 0,
  callback_query_id: int = 0,
  reply_markup: ReplyMarkupInlineKeyboard | ReplyMarkupShowKeyboard | ReplyMarkupForceReply | ReplyMarkupRemoveKeyboard = None
) → Error | Message

Source: pytdbot/methods/methods.py