teleproto - v1.229.0
    Preparing search index...

    Interface MessagesForwardMessagesParams

    interface MessagesForwardMessagesParams {
        allowPaidFloodskip?: boolean;
        allowPaidStars?: BigInteger;
        background?: boolean;
        dropAuthor?: boolean;
        dropMediaCaptions?: boolean;
        effect?: BigInteger;
        fromEphemeral?: boolean;
        fromPeer: EntityLike;
        id: number[];
        noforwards?: boolean;
        quickReplyShortcut?: TypeInputQuickReplyShortcutIn;
        randomId: BigInteger[];
        replyTo?: TypeInputReplyToIn;
        scheduleDate?: number;
        scheduleRepeatPeriod?: number;
        sendAs?: EntityLike;
        silent?: boolean;
        suggestedPost?: SuggestedPostIn;
        toPeer: EntityLike;
        topMsgId?: MessageIDLike;
        videoTimestamp?: number;
        withMyScore?: boolean;
    }
    Index
    allowPaidFloodskip?: boolean

    Bots only: if set, allows sending up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. The relevant Stars will be withdrawn from the bot's balance.

    allowPaidStars?: BigInteger

    For paid messages » , specifies the amount of Telegram Stars the user has agreed to pay in order to send the message.

    background?: boolean

    Whether to send the message in background

    dropAuthor?: boolean

    Whether to forward messages without quoting the original author

    dropMediaCaptions?: boolean

    Whether to strip captions from media

    effect?: BigInteger
    fromEphemeral?: boolean
    fromPeer: EntityLike

    Source of messages

    id: number[]

    IDs of messages

    noforwards?: boolean

    Only for bots, disallows further re-forwarding and saving of the messages, even if the destination chat doesn't have content protection enabled

    quickReplyShortcut?: TypeInputQuickReplyShortcutIn

    Add the messages to the specified quick reply shortcut » , instead.

    randomId: BigInteger[]

    Random ID to prevent resending of messages

    Can only contain an inputReplyToMonoForum , to forward messages to a monoforum topic (mutually exclusive with top_msg_id ).

    scheduleDate?: number

    Scheduled message date for scheduled messages

    scheduleRepeatPeriod?: number
    sendAs?: EntityLike

    Forward the messages as the specified peer

    silent?: boolean

    Whether to send messages silently (no notification will be triggered on the destination clients)

    suggestedPost?: SuggestedPostIn

    Used to suggest a post to a channel, see here » for more info on the full flow.

    toPeer: EntityLike

    Destination peer

    topMsgId?: MessageIDLike

    Destination forum topic

    videoTimestamp?: number

    Start playing the video at the specified timestamp (seconds).

    withMyScore?: boolean

    When forwarding games, whether to include your score in the game