ChatNotificationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| peer | Peer | Target peer user information for the notification. | [default to null] |
| topic | String | FCM topic to use for the notification delivery. | [default to null] |
| path | String | Deep link path for notification action (e.g., “/chat/session/123”). | [default to null] |
| title | String | Title text of the notification. | [default to null] |
| body | String | Body text of the notification message. | [default to null] |