Class: TD::Types::ChatEventAction::PollStopped

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

Overview

A poll in a message was stopped.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

The message with the poll.

Returns:



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

def message
  @message
end