Sha256: 20e84c12dee768e92e5856e39dc62469946724252dbfcf7f9815646ac8cb578f

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotCommandScopeChat < Base
        attribute :type, Types::String.default('chat')
        attribute :chat_id, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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