CustomInteractiveMessage
class extends CometChat’s InteractiveMessage
class and represents a custom interactive message that can be sent via CometChat.
Name | Type | Description |
---|---|---|
receiverId | string | This parameter takes uid/guid of the receiver |
receiverType | string | This parameter takes type of the receiver |
json | Object | This parameter takes json object for interactiveData |
CustomInteractiveMessage
class does not have any custom properties or methods. However, it utilizes all methods from its parent InteractiveMessage
class, including setting and getting the interactive data.
CustomInteractiveMessage
: