Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 409 Bytes

PollOption.md

File metadata and controls

20 lines (14 loc) · 409 Bytes

TelegramBotOpenapi::PollOption

Properties

Name Type Description Notes
text String Option text, 1-100 characters
voter_count Integer Number of users that voted for this option

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::PollOption.new(
  text: null,
  voter_count: null
)