Fix misprint.

GitOrigin-RevId: d2329c52a0f41570949bb3e66fd24f2e158704c3
This commit is contained in:
levlam 2018-03-07 15:49:54 +03:00
parent f29b59dcf1
commit 736882a2dc

View File

@ -1417,7 +1417,7 @@ chatEvents events:vector<chatEvent> = 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;