Documentation / @u-net/server / OfficialMessagingInboxStore
Interface: OfficialMessagingInboxStore
Defined in: officialMessagingInbox.ts:25
Methods
register()
register(
registration):Promise<void>
Defined in: officialMessagingInbox.ts:26
Parameters
registration
OfficialMessagingInboxRegistration
Returns
Promise<void>
resolve()
resolve(
scopedUserId):Promise<ProviderOfficialMessagingRecipient|undefined>
Defined in: officialMessagingInbox.ts:27
Parameters
scopedUserId
string
Returns
Promise<ProviderOfficialMessagingRecipient | undefined>
retire()
retire(
scopedUserId):Promise<void>
Defined in: officialMessagingInbox.ts:28
Parameters
scopedUserId
string
Returns
Promise<void>