Class: TD::Types::ChatEventAction::DescriptionChanged

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

Overview

The chat description was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_descriptionTD::Types::String

New chat description.



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

def new_description
  @new_description
end

#old_descriptionTD::Types::String

Previous chat description.



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

def old_description
  @old_description
end