Sha256: 31a6c0e919e5614b3e3c878a9fa3e8b1b201e92abf680ddf16cabad3676b790d

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ForceReply < Base
        attribute :force_reply, Types::Bool
        attribute? :input_field_placeholder, Types::String
        attribute? :selective, Types::Bool.default(false)
      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/force_reply.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/force_reply.rb