components property

List<DiscordMessageComponent>? components
final

sent if the message contains components like buttons, action rows, or other interactive components

the top row components always are an Action Row, type 1

is not always returned, hence the nullable property

Implementation

final List<DiscordMessageComponent>? components;