Sha256: 3f7148340b23d98a42414d464208a5f183d8b2a3c5fd7680daa3ef697c319ad7
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
module TD::Types # A token for Ubuntu Push Client service. # # @attr token [TD::Types::String, nil] Token; may be empty to de-register a device. class DeviceToken::UbuntuPush < DeviceToken attribute :token, TD::Types::String.optional.default(nil) 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/ubuntu_push.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/device_token/ubuntu_push.rb |