Class: TD::Types::Update::SavedMessagesTopic

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

Overview

Basic information about a Saved Messages topic has changed. This update is guaranteed to come before the topic identifier is returned to the application.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#topicTD::Types::SavedMessagesTopic

New data about the topic.

Returns:



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

def topic
  @topic
end