ServerMessagePartContract 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

crosspost({required Snowflake id, required Snowflake channelId}) Future<void>
delete({required Snowflake id, required Snowflake channelId}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pin({required Snowflake id, required Snowflake channelId}) Future<void>
reply({required Snowflake id, required Snowflake channelId, required Snowflake serverId, String? content, List<MessageEmbed>? embeds, List<MessageComponent>? components}) Future<ServerMessage>
toString() String
A string representation of this object.
inherited
unpin({required Snowflake id, required Snowflake channelId}) Future<void>
update({required Snowflake id, required Snowflake channelId, required Snowflake serverId, String? content, List<MessageEmbed>? embeds, List<MessageComponent>? components}) Future<ServerMessage>

Operators

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