Class: TD::Types::ChatEventAction::TitleChanged

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/title_changed.rb

Overview

The chat title was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_titleTD::Types::String

New chat title.

Returns:

  • (TD::Types::String)

    the current value of new_title



6
7
8
# File 'lib/tdlib/types/chat_event_action/title_changed.rb', line 6

def new_title
  @new_title
end

#old_titleTD::Types::String

Previous chat title.

Returns:

  • (TD::Types::String)

    the current value of old_title



6
7
8
# File 'lib/tdlib/types/chat_event_action/title_changed.rb', line 6

def old_title
  @old_title
end