isMessageView property
bool
get
isMessageView
Returns true if this data is MessageView, otherwise false.
Implementation
bool get isMessageView => this is UGetMessagesMessageMessageView;
Returns true if this data is MessageView, otherwise false.
bool get isMessageView => this is UGetMessagesMessageMessageView;