Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 415 Bytes

AnswerWebAppQuery200Response.md

File metadata and controls

20 lines (14 loc) · 415 Bytes

TelegramBotOpenapi::AnswerWebAppQuery200Response

Properties

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

Example

require 'telegram-bot-openapi'

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