Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 406 Bytes

VideoChatScheduled.md

File metadata and controls

18 lines (12 loc) · 406 Bytes

TelegramBotOpenapi::VideoChatScheduled

Properties

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

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::VideoChatScheduled.new(
  start_date: null
)