Class: TD::Types::ChatEventAction::MessagePinned

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

Overview

A message was pinned.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

Pinned message.

Returns:



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

def message
  @message
end