Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

Story.md

File metadata and controls

20 lines (14 loc) · 388 Bytes

TelegramBotOpenapi::Story

Properties

Name Type Description Notes
chat Chat Chat that posted the story
id Integer Unique identifier for the story in the chat

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::Story.new(
  chat: null,
  id: null
)