mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 07:40:54 -05:00
Add OpenAPI & Scalar UI
This commit is contained in:
@ -5,5 +5,5 @@ namespace WebfrontCore.QueryHelpers.Models;
|
||||
public class ChatResourceRequest : ChatSearchQuery
|
||||
{
|
||||
public bool HasData => !string.IsNullOrEmpty(MessageContains) || !string.IsNullOrEmpty(ServerId) ||
|
||||
ClientId is not null || SentAfterDateTime is not null;
|
||||
QueryClientId is not null || SentAfterDateTime is not null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user