Sha256: f534ae3fc38a20525ae0e5b956a82755e3542e74abafd7033040e185f648cb26
Contents?: true
Size: 321 Bytes
Versions: 10
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorUnspecified < Base attribute :source, String, default: 'unspecified' attribute :type, String attribute :element_hash, String attribute :message, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems