teleproto - v1.229.0
    Preparing search index...

    Interface StoryViewsIn

    interface StoryViewsIn {
        _?: "storyViews";
        forwardsCount?: number;
        hasViewers?: boolean;
        reactions?: ReactionCountIn[];
        reactionsCount?: number;
        recentViewers?: BigInteger[];
        viewsCount: number;
    }
    Index
    _?: "storyViews"
    forwardsCount?: number
    hasViewers?: boolean
    reactions?: ReactionCountIn[]
    reactionsCount?: number
    recentViewers?: BigInteger[]
    viewsCount: number