Sha256: bbd1664989b6e3c7870a6c00be86dc34add508f1579946b6a68d48cccabf42b0

Contents?: true

Size: 213 Bytes

Versions: 8

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotCommandScopeAllGroupChats < Base
        attribute :type, String, default: 'all_group_chats'
      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_all_group_chats.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/bot_command_scope_all_group_chats.rb