telegramsjs
    Preparing search index...

    Type Alias SearchResult

    type SearchResult = {
        index: number;
        length: number;
        offset: number;
        search: string;
    }
    Index

    Properties

    index: number
    • The index of the entity.
    length: number
    • The length of the entity.
    offset: number
    • The starting offset of the entity.
    search: string
    • The text that matches the entity.