Sha256: 1a972b7c22f1c640d207539f4995b426127e4670d7c17ff5dc2c90409b1c499b

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

module TD::Types
  # A new incoming query; for bots only.
  #
  # @attr id [Integer] The query identifier.
  # @attr data [TD::Types::String] JSON-serialized query data.
  # @attr timeout [Integer] Query timeout.
  class Update::NewCustomQuery < Update
    attribute :id, TD::Types::Coercible::Integer
    attribute :data, TD::Types::String
    attribute :timeout, TD::Types::Coercible::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/update/new_custom_query.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/new_custom_query.rb