Sha256: dbb1a555fdcde0b9774db76595768f5ec29f681a351043b367ad369973d573d9
Contents?: true
Size: 189 Bytes
Versions: 5
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class VideoChatScheduled < Base attribute :start_date, Types::Integer end end end end
Version data entries
5 entries across 5 versions & 1 rubygems