Sha256: 0ec730f41413608a6e0fc3dc087a3848c697b7667bbed51077451b4d2a403bfe

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

module TD::Types
  # A token for Windows Push Notification Services.
  #
  # @attr access_token [TD::Types::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

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/device_token/windows_push.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/device_token/windows_push.rb