Class: TD::Types::DeviceToken::MicrosoftPush

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

Overview

A token for Microsoft Push Notification Service.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#channel_uriTD::Types::String?

Push notification channel URI; may be empty to de-register a device.

Returns:

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

    the current value of channel_uri



5
6
7
# File 'lib/tdlib/types/device_token/microsoft_push.rb', line 5

def channel_uri
  @channel_uri
end