Sha256: e1417255b108f821901cb46dff84f6d9af3b06213a0d391309c2c994ecf59f5f
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorTranslationFiles < Base attribute :source, Types::String.default('translation_files') attribute :type, Types::String attribute :file_hashes, Types::Array.of(String) attribute :message, Types::String end end end end
Version data entries
3 entries across 3 versions & 1 rubygems