Skip to main content
Corvus Connection

IChatSubscription

Interface
TheOmenDen.StreamPulse.Scripting.IChatSubscriptionA live, in-process stream of chat messages observed by a script. Used when a script wants to *watch* chat over time instead of being invoked once per message via OnChatMessageAttribute.

Members

1
  • Messages
    property
    IAsyncEnumerable<ChatMessageContext> Messages
    The live stream of incoming chat messages. Iteration ends when the underlying invocation is cancelled or the subscription is disposed.