Class: TD::Types::DeviceToken::WindowsPush
- Inherits:
-
TD::Types::DeviceToken
- Object
- Dry::Struct
- Base
- TD::Types::DeviceToken
- TD::Types::DeviceToken::WindowsPush
- Defined in:
- lib/tdlib/types/device_token/windows_push.rb
Overview
A token for Windows Push Notification Services.
Instance Attribute Summary collapse
-
#access_token ⇒ TD::Types::String?
The access token that will be used to send notifications; may be empty to de-register a device.
Method Summary
Methods inherited from Base
Instance Attribute Details
#access_token ⇒ TD::Types::String?
The access token that will be used to send notifications; may be empty to de-register a device.
6 7 8 |
# File 'lib/tdlib/types/device_token/windows_push.rb', line 6 def access_token @access_token end |