Returns true if this conversation is currently subscribed.
()
| 121 | unsubscribe(): Promise<void>; |
| 122 | /** Returns true if this conversation is currently subscribed. */ |
| 123 | isSubscribed(): Promise<boolean>; |
| 124 | /** Persist arbitrary per-thread state (e.g. workflow step). */ |
| 125 | setState<T>(v: T): Promise<void>; |
| 126 | /** Read back per-thread state previously written with `setState`. */ |
no outgoing calls
no test coverage detected