Interface GetPushReceiverId

Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously. Request type for Tdjson#getPushReceiverId.

interface GetPushReceiverId {
    @type: "getPushReceiverId";
    payload: string;
}

Properties

Properties

@type: "getPushReceiverId"
payload: string

JSON-encoded push notification payload.