View Source ExTDLib.Object.DeviceTokenWebPush (ExTDLib v0.0.4)

A token for web Push API.

NameTypeDescription
endpointstringAbsolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.
p256dh_base64urlstringBase64url-encoded P-256 elliptic curve Diffie-Hellman public key.
auth_base64urlstringBase64url-encoded authentication secret.

More details on telegram's documentation.