Sha256: b7d96fac179e005e802b751d771148842af60a465b378a996720f52d9b39f1fe
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
module TD::Types # A token for BlackBerry Push Service. # # @attr token [TD::Types::String, nil] Token; may be empty to de-register a device. class DeviceToken::BlackBerryPush < 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/black_berry_push.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/device_token/black_berry_push.rb |