Sha256: b00e43a2b67c417ea60da3e9839955579b68926995fceba73e8818c3ec906b81

Contents?: true

Size: 280 Bytes

Versions: 8

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/force_reply.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/force_reply.rb