Sha256: 68a6cfb39b7cf667cb0e0944bc17165224369c96fdfc188a76cd602ec87c742e
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
module TD::Types # A token for Google Cloud Messaging. # # @attr token [String, nil] Device registration token; may be empty to de-register a device. class DeviceToken::GoogleCloudMessaging < DeviceToken attribute :token, TD::Types::String.optional.default(nil) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/device_token/google_cloud_messaging.rb |