Sha256: 5d78d236718a967cb210c2c04cacf95ebe4c956079c33fac2ee45229257af7ce

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

module TD::Types
  # Contains the response of a request to TON lite server.
  #
  # @attr response [String] The response.
  class TonLiteServerResponse < Base
    attribute :response, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/ton_lite_server_response.rb