Class: TD::Types::ChatEventAction::BackgroundChanged

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

Overview

The chat background was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_backgroundTD::Types::ChatBackground?

New background; may be null if none.

Returns:



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

def new_background
  @new_background
end

#old_backgroundTD::Types::ChatBackground?

Previous background; may be null if none.

Returns:



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

def old_background
  @old_background
end