GetReplies constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetReplies({int? page, int? limit, @JsonKey(name: 'unread_only') bool? unreadOnly, required String auth}) = _GetReplies;