teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendMultiMediaParams

    interface MessagesSendMultiMediaParams {
        allowPaidFloodskip?: boolean;
        allowPaidStars?: BigInteger;
        background?: boolean;
        clearDraft?: boolean;
        effect?: BigInteger;
        invertMedia?: boolean;
        multiMedia: InputSingleMediaIn[];
        noforwards?: boolean;
        peer: EntityLike;
        quickReplyShortcut?: TypeInputQuickReplyShortcutIn;
        replyTo?: TypeInputReplyToIn;
        scheduleDate?: number;
        sendAs?: EntityLike;
        silent?: boolean;
        updateStickersetsOrder?: 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

    Send in background?

    clearDraft?: boolean

    Whether to clear drafts

    effect?: BigInteger

    Specifies a message effect » to use for the message.

    invertMedia?: boolean

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

    multiMedia: InputSingleMediaIn[]

    The medias to send: note that they must be separately uploaded using messages.uploadMedia first, using raw inputMediaUploaded* constructors is not supported.

    noforwards?: boolean

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

    peer: EntityLike

    The destination chat

    quickReplyShortcut?: TypeInputQuickReplyShortcutIn

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

    If set, indicates that the message should be sent in reply to the specified message or story.

    scheduleDate?: number

    Scheduled message date for scheduled messages

    sendAs?: EntityLike

    Send this message as the specified peer

    silent?: boolean

    Whether to send the album silently (no notification triggered)

    updateStickersetsOrder?: boolean

    Whether to move used stickersets to top, see here for more info on this flag »