QuoteParamsFrom<T>: Omit<NonNullable<T>, "quoteText" | "quoteEntities"> & {
    end: number;
    start: number;
    toChatId?: InputPeerLike;
}

Type Parameters

  • T

Type declaration

  • end: number

    Index of the last character to quote (exclusive)

  • start: number

    Index of the first character to quote (inclusive)

  • OptionaltoChatId?: InputPeerLike

    Destination chat ID, username, phone, "me" or "self"

    message.chat