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.

Returns:

  • (TD::Types::String)

    the current value of new_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.

Returns:

  • (TD::Types::String)

    the current value of old_description



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

def old_description
  @old_description
end