Fetches child chats of the given parents, optionally filtered by archive state (NULL = all, true/false = match). The archive invariant (parent archived implies child archived) is enforced at write time, not here.
(ctx context.Context, arg GetChildChatsByParentIDsParams)
| 449 | // invariant (parent archived implies child archived) is enforced |
| 450 | // at write time, not here. |
| 451 | GetChildChatsByParentIDs(ctx context.Context, arg GetChildChatsByParentIDsParams) ([]GetChildChatsByParentIDsRow, error) |
| 452 | GetConnectionLogsOffset(ctx context.Context, arg GetConnectionLogsOffsetParams) ([]GetConnectionLogsOffsetRow, error) |
| 453 | GetCryptoKeyByFeatureAndSequence(ctx context.Context, arg GetCryptoKeyByFeatureAndSequenceParams) (CryptoKey, error) |
| 454 | GetCryptoKeys(ctx context.Context) ([]CryptoKey, error) |
no outgoing calls