Sha256: 1c68bb717779ad699b536c2d0ad51fd80044858c26fd72ca06488c64e3fa557c
Contents?: true
Size: 176 Bytes
Versions: 12
Compression:
Stored size: 176 Bytes
Contents
module Telegram module Bot module Types class PollOption < Base attribute :text, String attribute :voter_count, Integer end end end end
Version data entries
12 entries across 12 versions & 1 rubygems