Sha256: 53fc78c81956ec4c3137c550dcd493c7a36cf924b1f6f4121daa5e80349d35a8
Contents?: true
Size: 308 Bytes
Versions: 10
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorSelfie < Base attribute :source, String, default: 'selfie' attribute :type, String attribute :file_hash, String attribute :message, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems