teleproto - v1.229.0
    Preparing search index...

    Interface InvokeAfterMsgsParams

    interface InvokeAfterMsgsParams {
        msgIds: BigInteger[];
        query: unknown;
    }
    Index
    msgIds: BigInteger[]

    List of messages on which a current query depends

    query: unknown

    The query itself