Sha256: c287c7b652e7c96fccd04db6ce68659dcd58debbcadbbb93595c05db30428748

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

module TD::Types
  # The chat description was changed.
  #
  # @attr old_description [TD::Types::String] Previous chat description.
  # @attr new_description [TD::Types::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

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/chat_event_action/description_changed.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_event_action/description_changed.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/description_changed.rb