Skip to main content
interface ReactionsParams
import { type ReactionsParams } from "https://deno.land/x/denord@0.1.0/structure/ReactionsParams.ts";

Properties

optional
before: UserId

get users before this user ID DEFAULT: absent

optional
after: UserId

get users after this user ID DEFAULT: absent

optional
limit: integer

max number of users to return (1-100) DEFAULT: 25