Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 473 Bytes

File metadata and controls

24 lines (18 loc) · 473 Bytes

OpenapiClient::PollMessagePayload

Properties

Name Type Description Notes
options Array<String>
selectable_options_count Integer
title String
to String

Example

require 'openapi_client'

instance = OpenapiClient::PollMessagePayload.new(
  options: null,
  selectable_options_count: null,
  title: null,
  to: null
)