Sha256: ad5384b451641f163aff7958a6e32406e59c8a92e9e2fe77b5902a392a779902
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorTranslationFiles < Base attribute :source, String.default('translation_files') attribute :type, String attribute :file_hashes, Array.of(String) attribute :message, String end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/passport_element_error_translation_files.rb |