teleproto - v1.229.0
    Preparing search index...

    Interface MessagesEditMessageParams

    interface MessagesEditMessageParams {
        entities?: TypeMessageEntityIn[];
        id: number;
        invertMedia?: boolean;
        media?: TypeInputMediaIn;
        message?: string;
        noWebpage?: boolean;
        peer: EntityLike;
        quickReplyShortcutId?: number;
        replyMarkup?: TypeReplyMarkupIn;
        richMessage?: TypeInputRichMessageIn;
        scheduleDate?: number;
        scheduleRepeatPeriod?: number;
    }
    Index
    entities?: TypeMessageEntityIn[]

    Message entities for styled text

    id: number

    ID of the message to edit

    invertMedia?: boolean

    If set, any eventual webpage preview will be shown on top of the message instead of at the bottom.

    New attached media

    message?: string

    New message

    noWebpage?: boolean

    Disable webpage preview

    peer: EntityLike

    Where was the message sent

    quickReplyShortcutId?: number

    If specified, edits a quick reply shortcut message, instead » .

    replyMarkup?: TypeReplyMarkupIn

    Reply markup for inline keyboards

    scheduleDate?: number

    Scheduled message date for scheduled messages

    scheduleRepeatPeriod?: number