isReplyToChannel property
- @JsonKey(name: 'is_reply_to_channel', defaultValue: false)
read / write
Determines whether the current message is a replied message and also a message was replied to the channel.
Implementation
@JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool isReplyToChannel;