Sha256: 6f4a6eab2ba448d94b22dc445beff0a48a9678e85d29cf931de25a5e67c938fd
Contents?: true
Size: 187 Bytes
Versions: 5
Compression:
Stored size: 187 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class KeyboardButtonPollType < Base attribute? :type, Types::String end end end end
Version data entries
5 entries across 5 versions & 1 rubygems