updateNotifySettings
Changes in notification settings.
Header Parameters
X-Webhook-Signature*string
HMAC-SHA256 hex digest of the raw request body
X-Webhook-Event*string
The delivered Telegram event type
X-Webhook-Id*string
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
eventId*string
Unique event identifier
eventType*"telegram.updateNotifySettings"
Value in
- "telegram.updateNotifySettings"
eventDate*string
Format
date-timeworkspaceId*string
data*
Response Body
Example Requests
POST
/telegram.updateNotifySettingsupdateNewStoryReaction
Represents a new reaction to a story.
updatePaidReactionPrivacy
Contains the current default paid reaction privacy, see here for more info. Clients should invoke `messages.RawGetPaidReactionPrivacyRequest` on startup to fetch the current default reaction privacy because this update is only sent to currently online sessions and cannot be fetched using getDifference on client startup.