reply<T extends Channel, R extends Message> abstract method

Future<R> reply<T extends Channel, R extends Message>({
  1. required Snowflake id,
  2. required Snowflake channelId,
  3. String? content,
  4. List<MessageEmbed>? embeds,
  5. 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});