listen for text response in YesNoPrompt interactive
This commit is contained in:
@@ -18,5 +18,8 @@ namespace Myriad.Rest.Types.Requests
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
|
||||
public Optional<AllowedMentions> AllowedMentions { get; init; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
|
||||
public Optional<MessageComponent[]?> Components { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user