Sha256: 557dcea96ebe62732ec1b03054a020a845ba234664eaa88d989c98097e1224fc

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

module TD::Types
  # A token for Windows Push Notification Services.
  #
  # @attr access_token [String, nil] The access token that will be used to send notifications; may be empty to
  #   de-register a device.
  class DeviceToken::WindowsPush < DeviceToken
    attribute :access_token, TD::Types::String.optional.default(nil)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/device_token/windows_push.rb
tdlib-ruby-2.2.0 lib/tdlib/types/device_token/windows_push.rb
tdlib-ruby-2.1.0 lib/tdlib/types/device_token/windows_push.rb
tdlib-ruby-2.0.0 lib/tdlib/types/device_token/windows_push.rb