Sha256: 5e0650baabda0bb90f61d6274f26f2387c802dffa4529f229fe75df6adce6f3e
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorSelfie < Base attribute :source, Types::String.constrained(eql: 'selfie').default('selfie') attribute :type, Types::String attribute :file_hash, Types::String attribute :message, Types::String end end end end
Version data entries
5 entries across 5 versions & 1 rubygems