teleproto - v1.229.0
    Preparing search index...

    Interface UpdatesGetChannelDifferenceParams

    interface UpdatesGetChannelDifferenceParams {
        channel: EntityLike;
        filter: TypeChannelMessagesFilterIn;
        force?: boolean;
        limit: number;
        pts: number;
    }
    Index
    channel: EntityLike

    The channel

    Messsage filter

    force?: boolean

    Set to true to skip some possibly unneeded updates and reduce server-side load

    limit: number

    How many updates to fetch, max 100000 Ordinary (non-bot) users are supposed to pass 10-100

    pts: number

    Persistent timestamp (see updates )