Skip to main content
Corvus Connection

OnFirstTimeChatter

Attribute
TheOmenDen.StreamPulse.Scripting.Attributes.OnFirstTimeChatterAttributeMarks a method as a handler for a chatter's first message of the session. The method must accept (IScriptContext, FirstTimeChatterContext). First-time status is derived in-process (there is no reliable wire flag) from the shared first-seen tracker — the same one the Welcome Message feature uses — and is reset when the stream goes online, so it fires at most once per chatter per session.