Sha256: 1c3e6219668dd72ff178bb151185b114a7d299687aa1cbeb45019a65bdccbbbb

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ForceReply < Base
        attribute :force_reply, Boolean
        attribute :selective, Boolean, default: false
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/force_reply.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/force_reply.rb