MessageConversationChannel
Props
channel_uuid
channel_uuid: string
Channel universally unique identifier (UUID)
id
id: number
Channel id
processing_function
processing_function: number
Function that processes the channel if the processing method is a function
processing_method
processing_method: string
Channel processing method (a function or a queue)
processing_queue
processing_queue: object
Queue that processes the channel if the processing method is a queue