Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(schema): update documentation to the latest layer #109

Merged
merged 1 commit into from Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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