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