messages.SendMessage

class pyrogram.raw.functions.messages.SendMessage

Telegram API function.

Details:
  • Layer: 187

  • ID: 983F9745

Parameters:
  • peer (InputPeer) – N/A

  • message (str) – N/A

  • random_id (int 64-bit) – N/A

  • no_webpage (bool, optional) – N/A

  • silent (bool, optional) – N/A

  • background (bool, optional) – N/A

  • clear_draft (bool, optional) – N/A

  • noforwards (bool, optional) – N/A

  • update_stickersets_order (bool, optional) – N/A

  • invert_media (bool, optional) – N/A

  • reply_to (InputReplyTo, optional) – N/A

  • reply_markup (ReplyMarkup, optional) – N/A

  • entities (List of MessageEntity, optional) – N/A

  • schedule_date (int 32-bit, optional) – N/A

  • send_as (InputPeer, optional) – N/A

  • quick_reply_shortcut (InputQuickReplyShortcut, optional) – N/A

  • effect (int 64-bit, optional) – N/A

Returns:

Updates