Sha256: 9866f320048bdf8312f3a3fb6a105130c8e9d751323acc8221ba0896a0419f83
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types ## Just for classes consistency # rubocop:disable Naming/ConstantName BotCommandScope = ( BotCommandScopeDefault | BotCommandScopeAllPrivateChats | BotCommandScopeAllGroupChats | BotCommandScopeAllChatAdministrators | BotCommandScopeChat | BotCommandScopeChatAdministrators | BotCommandScopeChatMember ) # rubocop:enable Naming/ConstantName end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/bot_command_scope.rb |