Sha256: 687c9cd776dad0569c64de7a4548367bbda05262ed0091e04bedfbaedb78e5bc
Contents?: true
Size: 209 Bytes
Versions: 8
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class BotCommand < Base attribute :command, String attribute :description, String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems