$ReactionClient class

Constructors

$ReactionClient.new($Client _rootClient)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete({required String reaction, required String token, required int messageId, ReactionDeleteApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<ReactionDeleteResponseApplicationJson, void>>
Delete a reaction from a message.
deleteRaw({required String reaction, required String token, required int messageId, ReactionDeleteApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<ReactionDeleteResponseApplicationJson, void>
Delete a reaction from a message.
getReactions({required String token, required int messageId, String? reaction, ReactionGetReactionsApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<ReactionGetReactionsResponseApplicationJson, void>>
Get a list of reactions for a message.
getReactionsRaw({required String token, required int messageId, String? reaction, ReactionGetReactionsApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<ReactionGetReactionsResponseApplicationJson, void>
Get a list of reactions for a message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
react({required String reaction, required String token, required int messageId, ReactionReactApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<ReactionReactResponseApplicationJson, void>>
Add a reaction to a message.
reactRaw({required String reaction, required String token, required int messageId, ReactionReactApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<ReactionReactResponseApplicationJson, void>
Add a reaction to a message.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited