Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

GetStickerSet200Response.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

TelegramBotOpenapi::GetStickerSet200Response

Properties

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

Example

require 'telegram-bot-openapi'

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