Sha256: f825a9868137dcc4637688cbeb68c06d58d55b675febbc85449b918eb61aefe4

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class BotCommandScopeAllPrivateChats < Base
        attribute :type, Types::String.default('all_private_chats')
      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_all_private_chats.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/bot_command_scope_all_private_chats.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/bot_command_scope_all_private_chats.rb