Class: TD::Types::DeviceToken::UbuntuPush

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

Overview

A token for Ubuntu Push Client service.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#tokenTD::Types::String?

Token; may be empty to de-register a device.

Returns:

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

    the current value of token



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

def token
  @token
end