Class: TD::Types::PushMessageContent::ChatSetBackground
- Inherits:
-
TD::Types::PushMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::PushMessageContent
- TD::Types::PushMessageContent::ChatSetBackground
- Defined in:
- lib/tdlib/types/push_message_content/chat_set_background.rb
Overview
A chat background was edited.
Instance Attribute Summary collapse
-
#is_same ⇒ Boolean
True, if the set background is the same as the background of the current user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_same ⇒ Boolean
True, if the set background is the same as the background of the current user.
5 6 7 |
# File 'lib/tdlib/types/push_message_content/chat_set_background.rb', line 5 def is_same @is_same end |