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#ChatData | Additional Chat data | |
| sound | String | <optional> | Notification sound | 
| title | String | <optional> | Notification title | 
| type | PushNotification#NotificationType | Notification type | 
Type Definitions
- 
    ChatData
- 
    
    Additional Chat data for given Push NotificationType:- Object
 Properties:Name Type Argument Description channelSidString <optional> 
 SID of Channel messageIndexNumber <optional> 
 Index of Message in Channel messageSidString <optional> 
 SID of Message 
- 
    NotificationType
- 
    
    Chat push notification typeType:- 'twilio.channel.new_message' | 'twilio.channel.added_to_channel' | 'twilio.channel.invited_to_channel' | 'twilio.channel.removed_from_channel'