Class: TD::Types::PushMessageContent::ChatSetBackground

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/chat_set_background.rb

Overview

A chat background was edited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_sameBoolean

True, if the set background is the same as the background of the current user.

Returns:

  • (Boolean)

    the current value of is_same



5
6
7
# File 'lib/tdlib/types/push_message_content/chat_set_background.rb', line 5

def is_same
  @is_same
end