Sha256: 11a8aa2db4f33fc6cf96dd073b7e723ff117271450974a9940a88d8915539b79
Contents?: true
Size: 304 Bytes
Versions: 10
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorFile < Base attribute :source, String, default: 'file' attribute :type, String attribute :file_hash, String attribute :message, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems