Sha256: e15fef5fccf70a72eb25586144dfda896aaac9675c850103087f93bcd88c1869

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

module TD::Types
  # The chat description was changed.
  #
  # @attr old_description [String] Previous chat description.
  # @attr new_description [String] New chat description.
  class ChatEventAction::DescriptionChanged < ChatEventAction
    attribute :old_description, TD::Types::String
    attribute :new_description, 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/chat_event_action/description_changed.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chat_event_action/description_changed.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chat_event_action/description_changed.rb
tdlib-ruby-2.0.0 lib/tdlib/types/chat_event_action/description_changed.rb