Sha256: 90064b3d2de329f7e04233c5234cba8a5e6626645efaada27b4fef75c5c35ed9
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorTranslationFile < Base attribute :source, String.default('translation_file') attribute :type, String attribute :file_hash, 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_file.rb |