Class: TD::Types::DeviceToken::WindowsPush

Inherits:
TD::Types::DeviceToken show all
Defined in:
lib/tdlib/types/device_token/windows_push.rb

Overview

A token for Windows Push Notification Services.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#access_tokenTD::Types::String?

The access token that will be used to send notifications; may be empty to de-register a device.

Returns:

  • (TD::Types::String, nil)

    the current value of access_token



6
7
8
# File 'lib/tdlib/types/device_token/windows_push.rb', line 6

def access_token
  @access_token
end