Sha256: 38a2f385c735f655b47448e8237d1957a19408a2140dd0d2f148b532f88fd2cb
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorUnspecified < Base attribute :source, Types::String.constrained(eql: 'unspecified').default('unspecified') attribute :type, Types::String attribute :element_hash, Types::String attribute :message, Types::String end end end end
Version data entries
3 entries across 3 versions & 1 rubygems