| Name | Type | Description | Notes |
|---|---|---|---|
| ok | Boolean | [optional] | |
| result | SentWebAppMessage | [optional] |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::AnswerWebAppQuery200Response.new(
ok: null,
result: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| ok | Boolean | [optional] | |
| result | SentWebAppMessage | [optional] |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::AnswerWebAppQuery200Response.new(
ok: null,
result: null
)