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