Sha256: 7648e3b13de7992a3614f3d3c38e6054f512d23237c97aa8b573e725f61f1861
Contents?: true
Size: 315 Bytes
Versions: 10
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorFrontSide < Base attribute :source, String, default: 'front_side' attribute :type, String attribute :file_hash, String attribute :message, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems