feat(chat): 聊天消息预览
This commit is contained in:
@@ -25,6 +25,11 @@ class Paginated(BaseModel, Generic[T]):
|
||||
page_size: int = 15
|
||||
|
||||
|
||||
class PaginatedCursor(Paginated):
|
||||
cursor: int = None
|
||||
next_page: bool = None,
|
||||
|
||||
|
||||
class SupportPlatformType(enum.Enum):
|
||||
PSA = 'psa'
|
||||
BGS = 'bgs'
|
||||
|
||||
Reference in New Issue
Block a user