Sha256: a38b9d83c9a8f325777dbba6ad6a99ff620e083c4e55ca93406ad1dc6f6cb950

Contents?: true

Size: 202 Bytes

Versions: 4

Compression:

Stored size: 202 Bytes

Contents

module TD::Types
  # A new incoming event; for bots only.
  #
  # @attr event [String] A JSON-serialized event.
  class Update::NewCustomEvent < Update
    attribute :event, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/new_custom_event.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/new_custom_event.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/new_custom_event.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/new_custom_event.rb