Sha256: 73876d3ef0a5811c1676e8fe1f63f6c3c0015987deb8efbd0f93c32406585847

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

module TD::Types
  # The chat title was changed.
  #
  # @attr old_title [String] Previous chat title.
  # @attr new_title [String] New chat title.
  class ChatEventAction::TitleChanged < ChatEventAction
    attribute :old_title, TD::Types::String
    attribute :new_title, 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/title_changed.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chat_event_action/title_changed.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chat_event_action/title_changed.rb
tdlib-ruby-2.0.0 lib/tdlib/types/chat_event_action/title_changed.rb