teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendInlineBotResultParams

    interface MessagesSendInlineBotResultParams {
        allowPaidStars?: BigInteger;
        background?: boolean;
        clearDraft?: boolean;
        hideVia?: boolean;
        id: string;
        peer: EntityLike;
        queryId: BigInteger;
        quickReplyShortcut?: TypeInputQuickReplyShortcutIn;
        randomId?: BigInteger;
        replyTo?: TypeInputReplyToIn;
        scheduleDate?: number;
        sendAs?: EntityLike;
        silent?: boolean;
    }
    Index
    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

    clearDraft?: boolean

    Whether to clear the draft

    hideVia?: boolean

    Whether to hide the via

    in the resulting message (only for bot usernames encountered in the config )

    id: string

    Result ID from messages.getInlineBotResults

    peer: EntityLike

    Destination

    queryId: BigInteger

    Query ID from messages.getInlineBotResults

    quickReplyShortcut?: TypeInputQuickReplyShortcutIn

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

    randomId?: BigInteger

    Random ID to avoid resending the same query

    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 message silently (no notification will be triggered on the other client)