CustomInteractiveMessage
class is used to create an interactive message that can be sent via CometChat. It extends the InteractiveMessage
class from CometChat.
Name | Type | Description |
---|---|---|
receiverId | string | The ID of the receiver |
receiverType | string | The type of the receiver |
jsonObject | JSONObject | This parameter takes json object for interactiveData |
CustomInteractiveMessage
class: