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

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/bot_command.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/bot_command.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/bot_command.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/bot_command.rb