Sha256: 02e1492f2786e293d1c5b38fc9b1819f82651198c8fe664669cdf113154f2d07

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

module TD::Types
  # Represents commands supported by a bot.
  #
  # @attr command [String] Text of the bot command.
  # @attr description [String] Description of the bot command.
  class BotCommand < Base
    attribute :command, TD::Types::String
    attribute :description, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/bot_command.rb
tdlib-ruby-2.1.0 lib/tdlib/types/bot_command.rb
tdlib-ruby-2.0.0 lib/tdlib/types/bot_command.rb