Sha256: 04c790074000d52630db8f8465ce89fcfdd4bffe3696ed9bd30cd1e156fcd7bb
Contents?: true
Size: 207 Bytes
Versions: 11
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PollOption < Base attribute :text, String attribute :voter_count, Integer end end end end
Version data entries
11 entries across 11 versions & 2 rubygems