updateChannelParticipant
A participant has left, joined, was banned or admined in a channel or supergroup.
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.updateChannelParticipant"
Value in
- "telegram.updateChannelParticipant"
eventDate*string
Format
date-timeworkspaceId*string
data*
Response Body
Example Requests
POST
/telegram.updateChannelParticipantupdateChannelMessageViews
The view counter of a message in a channel has changed
updateChannelReadMessagesContents
The specified channel/supergroup messages were read (emitted specifically for messages like voice messages or video, only once the media is watched and marked as read using `channels.RawReadMessageContentsRequest`)