Class: TD::Types::ChatEventAction::ForumTopicPinned

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

Overview

A pinned forum topic was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_topic_infoTD::Types::ForumTopicInfo?

Information about the new pinned topic; may be null.



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

def new_topic_info
  @new_topic_info
end

#old_topic_infoTD::Types::ForumTopicInfo?

Information about the old pinned topic; may be null.



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

def old_topic_info
  @old_topic_info
end