lib/telegram/bot/types/video_chat_scheduled.rb



# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class VideoChatScheduled < Base
        attribute :start_date, Integer
      end
    end
  end
end