Sha256: 57ff6918a12f1c49aa08c14e1cade49576f91db18ef89bd0f94262f011290ed8

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class SwitchInlineQueryChosenChat < Base
        attribute? :query, Types::String
        attribute? :allow_user_chats, Types::Bool
        attribute? :allow_bot_chats, Types::Bool
        attribute? :allow_group_chats, Types::Bool
        attribute? :allow_channel_chats, Types::Bool
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/switch_inline_query_chosen_chat.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/switch_inline_query_chosen_chat.rb