Name | Type | Description | Notes |
---|---|---|---|
chat | Chat | Chat that posted the story | |
id | Integer | Unique identifier for the story in the chat |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::Story.new(
chat: null,
id: null
)
Name | Type | Description | Notes |
---|---|---|---|
chat | Chat | Chat that posted the story | |
id | Integer | Unique identifier for the story in the chat |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::Story.new(
chat: null,
id: null
)