Class: TD::Types::DeviceToken::TizenPush

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

Overview

A token for Tizen Push Service.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#reg_idTD::Types::String?

Push service registration identifier; may be empty to de-register a device.

Returns:

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

    the current value of reg_id



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

def reg_id
  @reg_id
end