Name | Type | Description | Notes |
---|---|---|---|
text | String | Option text, 1-100 characters | |
voter_count | Integer | Number of users that voted for this option |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::PollOption.new(
text: null,
voter_count: null
)