Sha256: 38607c587c5c5889c5de447eb3bebaff35888b2f7296fb7ae7686c29da1aa814

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/bot_command_scope_chat.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/bot_command_scope_chat.rb