Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

GetChatAdministrators200Response.md

File metadata and controls

20 lines (14 loc) · 401 Bytes

TelegramBotOpenapi::GetChatAdministrators200Response

Properties

Name Type Description Notes
ok Boolean [optional]
result Array<Object> [optional]

Example

require 'telegram-bot-openapi'

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