$UMessageInputEmbedExtension extension

on

Properties

isNotRecord bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is not Record, otherwise false.
no setter
isNotUnknown bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isRecord bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is Record, otherwise false.
no setter
isUnknown bool

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
record Record

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns this data as Record.
no setter
recordOrNull Record?

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns Record if this data is Record, otherwise null.
no setter
unknown Map<String, dynamic>

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>

Available on UMessageInputEmbed, provided by the $UMessageInputEmbedExtension extension

Returns JSON representation.