replyType property Null safety

  1. @JsonKey(name: 'include_reply_type')
ReplyType replyType
read / write

Determines message's reply type

Implementation

@JsonKey(name: 'include_reply_type')
ReplyType replyType = ReplyType.none;