Sha256: f659eef0abe84d113a21b93e0a29129f6743103f423fbc768b6fe4bf29c55dac
Contents?: true
Size: 354 Bytes
Versions: 3
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorTranslationFile < Base attribute :source, Types::String.default('translation_file') attribute :type, Types::String attribute :file_hash, Types::String attribute :message, Types::String end end end end
Version data entries
3 entries across 3 versions & 1 rubygems