Sha256: d9f1181584b5abe322fa5dc2a77e98f9c895b595c5bfb57c1b84b19a8eb50585

Contents?: true

Size: 327 Bytes

Versions: 3

Compression:

Stored size: 327 Bytes

Contents

module TD::Types
  # Represents a command supported by a bot.
  #
  # @attr command [TD::Types::String] Text of the bot command.
  # @attr description [TD::Types::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-schema-1.7.0.4 lib/tdlib/types/bot_command.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/bot_command.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/bot_command.rb