Class: TD::Types::PushReceiverId
- 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
-
#id ⇒ Integer
The globally unique identifier of push notification subscription.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
The globally unique identifier of push notification subscription.
6 7 8 |
# File 'lib/tdlib/types/push_receiver_id.rb', line 6 def id @id end |