Properties:
| Name | Type | Argument | Description | 
|---|---|---|---|
| action | String | <optional> | Notification action (`click_action` in FCM/GCM terms and `category` in APN terms) | 
| badge | Number | <optional> | Number for the badge | 
| body | String | Notification text | |
| data | PushNotification#ConversationData | Additional Conversation data | |
| sound | String | <optional> | Notification sound | 
| title | String | <optional> | Notification title | 
| type | PushNotification#NotificationType | Notification type | 
Type Definitions
- 
    ConversationData
- 
    
    Additional Conversations data for given Push NotificationType:- Object
 Properties:Name Type Argument Description conversationSidString <optional> 
 SID of Conversation messageIndexNumber <optional> 
 Index of Message in Conversation messageSidString <optional> 
 SID of Message 
- 
    NotificationType
- 
    
    Conversation push notification typeType:- 'twilio.conversations.new_message' | 'twilio.conversations.added_to_conversation' | 'twilio.conversations.removed_from_conversation'