Class: TD::Types::DeviceToken::BlackBerryPush
- Inherits:
-
TD::Types::DeviceToken
- Object
- Dry::Struct
- Base
- TD::Types::DeviceToken
- TD::Types::DeviceToken::BlackBerryPush
- Defined in:
- lib/tdlib/types/device_token/black_berry_push.rb
Overview
A token for BlackBerry Push Service.
Instance Attribute Summary collapse
-
#token ⇒ TD::Types::String?
Token; may be empty to de-register a device.
Method Summary
Methods inherited from Base
Instance Attribute Details
#token ⇒ TD::Types::String?
Token; may be empty to de-register a device.
5 6 7 |
# File 'lib/tdlib/types/device_token/black_berry_push.rb', line 5 def token @token end |