replyToChannel property

  1. @JsonKey(defaultValue: false)
bool replyToChannel
getter/setter pair

Retrieve whether the option includes reply to channel The Default value is false

Implementation

@JsonKey(defaultValue: false)
bool replyToChannel;