isRecord property

bool get isRecord

Returns true if this data is Record, otherwise false.

Implementation

bool get isRecord => this is UMessageInputEmbedRecord;