InteractionPartContract 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

deleteFollowUpInteraction(Snowflake botId, String token, Snowflake messageId) Future<void>
deleteInteraction(Snowflake botId, String token) Future<void>
deleteWaitInteraction(Snowflake botId, String token, Snowflake messageId) Future<void>
editFollowUpInteraction(Snowflake botId, String token, Snowflake messageId, Map<String, dynamic> raw) Future<void>
editInteraction(Snowflake botId, String token, Map<String, dynamic> raw) Future<void>
editWaitInteraction(Snowflake botId, String token, Snowflake messageId, Map<String, dynamic> raw) Future<void>
followUpInteraction(Snowflake botId, String token, Map<String, dynamic> raw) Future<void>
noReplyInteraction(Snowflake id, String token) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replyInteraction(Snowflake id, String token, Map<String, dynamic> raw) Future<void>
sendDialog(Snowflake id, String token, DialogBuilder dialog) Future<void>
toString() String
A string representation of this object.
inherited
waitInteraction(Snowflake id, String token) Future<void>

Operators

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