Fetches inbox notifications for a user filtered by templates and targets param user_id: The user ID param read_status: The read status to filter by - can be any of 'ALL', 'UNREAD', 'READ' param created_at_opt: The created_at timestamp to filter by. This parameter is usd for pagination - it fetches n
(ctx context.Context, arg GetInboxNotificationsByUserIDParams)
| 510 | // param created_at_opt: The created_at timestamp to filter by. This parameter is usd for pagination - it fetches notifications created before the specified timestamp if it is not the zero value |
| 511 | // param limit_opt: The limit of notifications to fetch. If the limit is not specified, it defaults to 25 |
| 512 | GetInboxNotificationsByUserID(ctx context.Context, arg GetInboxNotificationsByUserIDParams) ([]InboxNotification, error) |
| 513 | GetLastChatMessageByRole(ctx context.Context, arg GetLastChatMessageByRoleParams) (ChatMessage, error) |
| 514 | GetLastUpdateCheck(ctx context.Context) (string, error) |
| 515 | GetLatestCryptoKeyByFeature(ctx context.Context, feature CryptoKeyFeature) (CryptoKey, error) |
no outgoing calls