teleproto - v1.229.0
    Preparing search index...

    Interface StoriesGetStoryReactionsListParams

    interface StoriesGetStoryReactionsListParams {
        forwardsFirst?: boolean;
        id: number;
        limit: number;
        offset?: string;
        peer: EntityLike;
        reaction?: TypeReactionIn;
    }
    Index
    forwardsFirst?: boolean

    If set, returns forwards and reposts first, then reactions, then other views; otherwise returns interactions sorted just by interaction date.

    id: number

    Story ID

    limit: number

    Maximum number of results to return, see pagination

    offset?: string

    Offset for pagination (taken from the next_offset field of the returned stories.StoryReactionsList ); empty in the first request.

    peer: EntityLike

    Channel

    reaction?: TypeReactionIn

    Get only reactions of this type