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