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