teleproto - v1.229.0
    Preparing search index...

    Interface StatsGetStoryPublicForwardsParams

    interface StatsGetStoryPublicForwardsParams {
        id: number;
        limit: number;
        offset: string;
        peer: EntityLike;
    }
    Index
    id: number

    Story ID

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination, from stats.PublicForwards . next_offset .

    peer: EntityLike

    Peer where the story was originally posted