Name | Type | Description | Notes |
---|---|---|---|
start_date | Integer | Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::VideoChatScheduled.new(
start_date: null
)