diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 98472cb8..f3582829 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -1417,7 +1417,7 @@ chatEvents events:vector = ChatEvents; chatEventLogFilters message_edits:Bool message_deletions:Bool message_pins:Bool member_joins:Bool member_leaves:Bool member_invites:Bool member_promotions:Bool member_restrictions:Bool info_changes:Bool setting_changes:Bool = ChatEventLogFilters; -//@class DeviceToken @description Represents a data needed to subscrive for push notifications. To use specific push notification service, you must specify the correct application platform and upload valid server authentication data at https://my.telegram.org +//@class DeviceToken @description Represents a data needed to subscribe for push notifications. To use specific push notification service, you must specify the correct application platform and upload valid server authentication data at https://my.telegram.org //@description A token for Google Cloud Messaging @token Device registration token, may be empty to de-register a device deviceTokenGoogleCloudMessaging token:string = DeviceToken;