reply<T extends Channel, R extends Message> abstract method
Future<R>
reply<T extends Channel, R extends Message>({
- required Snowflake id,
- required Snowflake channelId,
- String? content,
- List<
MessageEmbed> ? embeds, - List<
MessageComponent> ? components,
Implementation
Future<R> reply<T extends Channel, R extends Message>(
{required Snowflake id,
required Snowflake channelId,
String? content,
List<MessageEmbed>? embeds,
List<MessageComponent>? components});