messages.EditMessage#
- class pyrogram.raw.functions.messages.EditMessage#
Edit message
- Details:
Layer:
198
ID:
DFD14005
- Parameters:
peer (
InputPeer
) – Where was the message sentid (
int
32-bit
) – ID of the message to editno_webpage (
bool
, optional) – Disable webpage previewinvert_media (
bool
, optional) – If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.message (
str
, optional) – New messagemedia (
InputMedia
, optional) – New attached mediareply_markup (
ReplyMarkup
, optional) – Reply markup for inline keyboardsentities (List of
MessageEntity
, optional) – Message entities for styled textschedule_date (
int
32-bit
, optional) – Scheduled message date for scheduled messagesquick_reply_shortcut_id (
int
32-bit
, optional) – If specified, edits a quick reply shortcut message, instead ».
- Returns: