ReactionPartContract class abstract interface

Implemented types

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

add(Object channelId, Object messageId, PartialEmoji emoji) Future<void>
getUsersForEmoji(Object channelId, Object messageId, PartialEmoji emoji) Future<Map<Snowflake, User>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Object channelId, Object messageId, PartialEmoji emoji) Future<void>
removeAll(Object channelId, Object messageId) Future<void>
removeForEmoji(Object channelId, Object messageId, PartialEmoji emoji) Future<void>
removeForUser(String userId, Object channelId, Object messageId, PartialEmoji emoji) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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