GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTGetAPIChannelMessageReactionUsersQuery

https://discord.com/developers/docs/resources/channel#get-reactions

API/Interfaces/RESTGetAPIChannelMessageReactionUsersQuery
seyfert/lib/types/rest/channel.d.ts

Signature

export interface RESTGetAPIChannelMessageReactionUsersQuery

Properties

3
typeafterlimit

Methods

0

No methods.

Properties

type#
type?: ReactionType;

The reaction type

after#
after?: Snowflake;

Get users after this user ID

limit#
limit?: number;

Max number of users to return (1-100)

@default25