Sha256: d0f5c6b5aa69460ca6164a09e0858558af0edc82ee68b0211514da4ba5b80d89
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
module TD::Types # A token for Apple Push Notification service. # # @attr device_token [TD::Types::String, nil] Device token; may be empty to de-register a device. # @attr is_app_sandbox [Boolean] True, if App Sandbox is enabled. class DeviceToken::ApplePush < DeviceToken attribute :device_token, TD::Types::String.optional.default(nil) attribute :is_app_sandbox, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/device_token/apple_push.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/device_token/apple_push.rb |