Sha256: c878d46690fc510058e785f40f9df85cfb800ac53c06f2ebdb124946a7edda68

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

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