const factory GetMessagesParams({ @JsonKey(name: 'channel_id') required int channelId, required int limit, }) = _GetMessagesParams;