Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

GetChatMemberCount200Response.md

File metadata and controls

20 lines (14 loc) · 383 Bytes

TelegramBotOpenapi::GetChatMemberCount200Response

Properties

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

Example

require 'telegram-bot-openapi'

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