TDLib v0.0.2 TDLib.Object.DeviceTokenWebPush View Source
A token for web Push API.
Name | Type | Description |
---|---|---|
endpoint | string | Absolute URL exposed by the push service where the application server can send push messages, may be empty to de-register a device. |
p256dh_base64url | string | Base64url-encoded P-256 elliptic curve Diffie-Hellman public key. |
auth_base64url | string | Base64url-encoded authentication secret. |
More details on telegram’s documentation.