Documentation - v0.27.0
    Preparing search index...
    QuoteParamsFrom: 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