Record this conversation as subscribed (persisted in state). Proactive delivery to subscribed conversations is not yet wired.
()
| 117 | ): Promise<EphemeralResult | null>; |
| 118 | /** Record this conversation as subscribed (persisted in state). Proactive delivery to subscribed conversations is not yet wired. */ |
| 119 | subscribe(): Promise<void>; |
| 120 | /** Remove the subscription for this conversation. */ |
| 121 | unsubscribe(): Promise<void>; |
| 122 | /** Returns true if this conversation is currently subscribed. */ |
no outgoing calls