Skip to content

Commit

Permalink
Merge pull request #109 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] committed Oct 16, 2022
2 parents edc743d + e39cf7f commit ae39019
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
18 changes: 12 additions & 6 deletions _schema/145.json
Expand Up @@ -28399,13 +28399,16 @@
},
"token": {
"name": "token",
"description": "Device token"
"description": "Device token, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
},
"token_type": {
"name": "token_type",
"description": "Device token type.Possible values:1 - APNS (device token for apple push)2 - FCM (firebase token for google firebase)3 - MPNS (channel URI for microsoft push)4 - Simple push (endpoint for firefox's simple push API)5 - Ubuntu phone (token for ubuntu push)6 - Blackberry (token for blackberry push)7 - Unused8 - WNS (windows push)9 - APNS VoIP (token for apple push VoIP)10 - Web push (web push, see below)11 - MPNS VoIP (token for microsoft push VoIP)12 - Tizen (token for tizen push)For 10 web push, the token must be a JSON-encoded object containing the keys described in PUSH updates¹",
"description": "Device token type, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates"
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
}
},
Expand Down Expand Up @@ -29016,13 +29019,16 @@
},
"token": {
"name": "token",
"description": "Device token"
"description": "Device token, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
},
"token_type": {
"name": "token_type",
"description": "Device token type.Possible values:1 - APNS (device token for apple push)2 - FCM (firebase token for google firebase)3 - MPNS (channel URI for microsoft push)4 - Simple push (endpoint for firefox's simple push API)5 - Ubuntu phone (token for ubuntu push)6 - Blackberry (token for blackberry push)7 - Unused8 - WNS (windows push)9 - APNS VoIP (token for apple push VoIP)10 - Web push (web push, see below)11 - MPNS VoIP (token for microsoft push VoIP)12 - Tizen (token for tizen push)For 10 web push, the token must be a JSON-encoded object containing the keys described in PUSH updates¹",
"description": "Device token type, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates"
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
}
},
Expand Down
18 changes: 12 additions & 6 deletions _schema/latest.json
Expand Up @@ -28399,13 +28399,16 @@
},
"token": {
"name": "token",
"description": "Device token"
"description": "Device token, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
},
"token_type": {
"name": "token_type",
"description": "Device token type.Possible values:1 - APNS (device token for apple push)2 - FCM (firebase token for google firebase)3 - MPNS (channel URI for microsoft push)4 - Simple push (endpoint for firefox's simple push API)5 - Ubuntu phone (token for ubuntu push)6 - Blackberry (token for blackberry push)7 - Unused8 - WNS (windows push)9 - APNS VoIP (token for apple push VoIP)10 - Web push (web push, see below)11 - MPNS VoIP (token for microsoft push VoIP)12 - Tizen (token for tizen push)For 10 web push, the token must be a JSON-encoded object containing the keys described in PUSH updates¹",
"description": "Device token type, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates"
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
}
},
Expand Down Expand Up @@ -29016,13 +29019,16 @@
},
"token": {
"name": "token",
"description": "Device token"
"description": "Device token, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
},
"token_type": {
"name": "token_type",
"description": "Device token type.Possible values:1 - APNS (device token for apple push)2 - FCM (firebase token for google firebase)3 - MPNS (channel URI for microsoft push)4 - Simple push (endpoint for firefox's simple push API)5 - Ubuntu phone (token for ubuntu push)6 - Blackberry (token for blackberry push)7 - Unused8 - WNS (windows push)9 - APNS VoIP (token for apple push VoIP)10 - Web push (web push, see below)11 - MPNS VoIP (token for microsoft push VoIP)12 - Tizen (token for tizen push)For 10 web push, the token must be a JSON-encoded object containing the keys described in PUSH updates¹",
"description": "Device token type, see PUSH updates¹ for the possible values.",
"links": [
"https://core.telegram.org/api/push-updates"
"https://core.telegram.org/api/push-updates#subscribing-to-notifications"
]
}
},
Expand Down

0 comments on commit ae39019

Please sign in to comment.