Up to date
This page is up to date for Blazium 0.4.90 (4.3)
.
If you still find outdated information, please open an issue.
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.