Skip to main content

Interface: ReactionsAddArguments

Defined in: packages/web-api/src/types/request/reactions.ts:21

Extends

  • MessageArgument.TokenOverridable.ReactionName

Properties

channel

channel: string;

Defined in: packages/web-api/src/types/request/common.ts:111

Description

Channel where the message was posted.

Inherited from

MessageArgument.channel

name

name: string;

Defined in: packages/web-api/src/types/request/reactions.ts:18

Description

Reaction (emoji) name.

Inherited from

ReactionName.name

timestamp

timestamp: string;

Defined in: packages/web-api/src/types/request/common.ts:113

Description

Timestamp of the message.

Inherited from

MessageArgument.timestamp

token?

optional token: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token