Sha256: 1ff9643913fd783ee8897bfe22359ae3174bd59f8e3f7658a0944a4cdff59cac

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/force_reply.rb