Class: TD::Types::ChatEventAction::MessageUnpinned

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

Overview

A message was unpinned.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

Unpinned message.

Returns:



5
6
7
# File 'lib/tdlib/types/chat_event_action/message_unpinned.rb', line 5

def message
  @message
end