replyType property

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

Determines the reply types to include in the results.

Implementation

@JsonKey(name: 'include_reply_type')
ReplyType? replyType;