Sha256: 0fd5b051fc267a9ca538abb7f3e7e0d229337e21fc99f9e5889ffcefbea65481
Contents?: true
Size: 179 Bytes
Versions: 11
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class KeyboardButtonPollType < Base attribute :type, String end end end end
Version data entries
11 entries across 11 versions & 2 rubygems