Fix tl scheme
This commit is contained in:
parent
869b97df28
commit
d0f51e73ee
24616
client/function.go
24616
client/function.go
File diff suppressed because it is too large
Load diff
36000
client/type.go
36000
client/type.go
File diff suppressed because it is too large
Load diff
18995
client/unmarshaler.go
18995
client/unmarshaler.go
File diff suppressed because it is too large
Load diff
|
@ -3883,8 +3883,7 @@ storePaymentPurposePremiumSubscription is_restore:Bool is_upgrade:Bool = StorePa
|
||||||
storePaymentPurposeGiftedPremium user_id:int53 currency:string amount:int53 = StorePaymentPurpose;
|
storePaymentPurposeGiftedPremium user_id:int53 currency:string amount:int53 = StorePaymentPurpose;
|
||||||
|
|
||||||
|
|
||||||
//@class DeviceToken @description Represents a data needed to subscribe for push notifications through registerDevice method.
|
//@class DeviceToken @description Represents a data needed to subscribe for push notifications through registerDevice method. To use specific push notification service, the correct application platform must be specified and a valid server authentication data must be uploaded at https://my.telegram.org
|
||||||
//-To use specific push notification service, the correct application platform must be specified and a valid server authentication data must be uploaded at https://my.telegram.org
|
|
||||||
|
|
||||||
//@description A token for Firebase Cloud Messaging @token Device registration token; may be empty to deregister a device @encrypt True, if push notifications must be additionally encrypted
|
//@description A token for Firebase Cloud Messaging @token Device registration token; may be empty to deregister a device @encrypt True, if push notifications must be additionally encrypted
|
||||||
deviceTokenFirebaseCloudMessaging token:string encrypt:Bool = DeviceToken;
|
deviceTokenFirebaseCloudMessaging token:string encrypt:Bool = DeviceToken;
|
||||||
|
|
Loading…
Reference in a new issue