isReplyToChannel property

  1. @JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool isReplyToChannel
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;