Sha256: b4c07ad1f7e773adf00a9f684a85b48425697c46e19e3ea4f1c674baa08f01d3

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

module TD::Types
  # A token for BlackBerry Push Service.
  #
  # @attr token [String, nil] Token; may be empty to de-register a device.
  class DeviceToken::BlackBerryPush < DeviceToken
    attribute :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/black_berry_push.rb
tdlib-ruby-2.2.0 lib/tdlib/types/device_token/black_berry_push.rb
tdlib-ruby-2.1.0 lib/tdlib/types/device_token/black_berry_push.rb
tdlib-ruby-2.0.0 lib/tdlib/types/device_token/black_berry_push.rb