Sha256: 4f437c74d7acf170237f1f6d6cec499dc966cfe0ac38e804f30cc155e6c2f7f1
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 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::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/push_receiver_id.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/push_receiver_id.rb |