isReplyToChannel property
- @JsonKey.new(name: 'is_reply_to_channel', defaultValue: false)
getter/setter pair
      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;