ChatThreadHandler
interface ChatThreadHandler
Instance of a thread handler. This instance will contain the most up-to-date thread, even newer than the thread it was created from.
This object will not transfer any changes to the parent object and all updates are contained within this class. It's up to the client to keep the instance alive as long as they need it.
It has no side effects attached to it.
Functions
Link copied to clipboard
Returns new instance of field handler for this ChatThread.
Link copied to clipboard
Returns new instance of thread event handler for this ChatThread.
Link copied to clipboard
Returns the most up-to-date thread with updated properties. This value is internally stored and is safe to call in main-thread context.
Link copied to clipboard
Returns new instance of message handler for this ChatThread.