Class: TD::Types::PushReceiverId

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/push_receiver_id.rb

Overview

Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idInteger

The globally unique identifier of push notification subscription.

Returns:

  • (Integer)

    the current value of id



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

def id
  @id
end