replyToChannel property
- @JsonKey.new(name: 'is_reply_to_channel', defaultValue: false)
getter/setter pair
Option to reply to channel. The default is false
Implementation
@JsonKey(name: 'is_reply_to_channel', defaultValue: false)
bool replyToChannel;