itd-api / createNotificationEventsClient
Function: createNotificationEventsClient()
ts
function createNotificationEventsClient<C>(options?): NotificationEventsClient<C>;Defined in: events/client.ts:154
Создаёт поток уведомлений с собственным конвейером. Равнозначно конструктору NotificationEventsClient.
Type Parameters
C
C extends NotificationEventContext = NotificationEventContext
Parameters
options?
NotificationEventsClientOptions<C> = {}