Sha256: b70c77b89cc8c3bcf6721c7d197f2fa9415e8ac1d6f6c72402596e422e0f2bbc

Contents?: true

Size: 329 Bytes

Versions: 3

Compression:

Stored size: 329 Bytes

Contents

module TD::Types
  # Contains a globally unique push receiver identifier, which can be used to identify which account has received a
  #   push notification.
  #
  # @attr id [Integer] The globally unique identifier of push notification subscription.
  class PushReceiverId < Base
    attribute :id, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/push_receiver_id.rb
tdlib-ruby-2.2.0 lib/tdlib/types/push_receiver_id.rb
tdlib-ruby-2.1.0 lib/tdlib/types/push_receiver_id.rb