replyToChannel property

  1. @JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel
getter/setter pair

Option to reply to channel. The default is false

Implementation

@JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel;