Class: TD::Types::Update::ChatViewAsTopics

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/chat_view_as_topics.rb

Overview

A chat default appearance has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/update/chat_view_as_topics.rb', line 6

def chat_id
  @chat_id
end

#view_as_topicsBoolean

New value of view_as_topics.

Returns:

  • (Boolean)

    the current value of view_as_topics



6
7
8
# File 'lib/tdlib/types/update/chat_view_as_topics.rb', line 6

def view_as_topics
  @view_as_topics
end