Sha256: 29e7849a305efd532a8e04d3e298f50106c2d718804202568a8a8edabde96007
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PollOption < Base attribute :text, Types::String attribute :voter_count, Types::Integer end end end end
Version data entries
4 entries across 4 versions & 1 rubygems