DiscordEmbeddedAppResult
Inherits: RefCounted < Object
A result from a DiscordEmbeddedAppResponse.
Description
A result from a DiscordEmbeddedAppResponse. Contains either nothing or error.
Properties
|
||
|
Methods
has_error() const |
Property Descriptions
Dictionary data = {} 🔗
Dictionary get_data()
The data returned. Check the discord documentation for more info.
String get_error()
The error message.
Method Descriptions
Returns true if there is an error.