chore: add pagination to list inboxes

This commit is contained in:
Steven
2024-10-14 23:32:39 +08:00
parent b4d72e3349
commit 14712b42fa
9 changed files with 170 additions and 55 deletions

View File

@@ -37,6 +37,10 @@ type FindInbox struct {
SenderID *int32
ReceiverID *int32
Status *InboxStatus
// Pagination
Limit *int
Offset *int
}
type DeleteInbox struct {