Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

GetChat200Response.md

File metadata and controls

20 lines (14 loc) · 369 Bytes

TelegramBotOpenapi::GetChat200Response

Properties

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

Example

require 'telegram-bot-openapi'

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