Sha256: 1f918c2984274e9f76bd6c44ccf3470a663290d4a5c667df0733d5e731b6b3b0
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 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, [String] attribute :message, String end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.3 | lib/telegram/bot/types/passport_element_error_translation_files.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/passport_element_error_translation_files.rb |