Sha256: 95670043c593eb9cb2c1243f361a5c1d4f4d080b18ccc1c9a355da12d109431b
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
module TD::Types # A token for Simple Push API for Firefox OS. # # @attr endpoint [TD::Types::String, nil] Absolute URL exposed by the push service where the application server can # send push messages; may be empty to de-register a device. class DeviceToken::SimplePush < DeviceToken attribute :endpoint, TD::Types::String.optional.default(nil) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/device_token/simple_push.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/device_token/simple_push.rb |