Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

StopPoll200Response.md

File metadata and controls

20 lines (14 loc) · 371 Bytes

TelegramBotOpenapi::StopPoll200Response

Properties

Name Type Description Notes
ok Boolean [optional]
result Poll [optional]

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::StopPoll200Response.new(
  ok: null,
  result: null
)