Sha256: f7992c48e9c191ebda1b8d14e6f40f49b39a82fdd3198f2b167d9e063753695e

Contents?: true

Size: 232 Bytes

Versions: 6

Compression:

Stored size: 232 Bytes

Contents

module TD::Types
  # A poll in a message was stopped.
  #
  # @attr message [TD::Types::Message] The message with the poll.
  class ChatEventAction::PollStopped < ChatEventAction
    attribute :message, TD::Types::Message
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/chat_event_action/poll_stopped.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_event_action/poll_stopped.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/poll_stopped.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/poll_stopped.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chat_event_action/poll_stopped.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chat_event_action/poll_stopped.rb