Sha256: c7f6ea5bb13f29caf362cb438078c8fcf35803d1a47f613047628080bc99359d

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

module Telegram
  module Bot
    module Types
      class BotCommand < Base
        attribute :command, String
        attribute :description, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/bot_command.rb