Sha256: 40840337ddccb4b3f07b7636187f3c8ed10d96492f4a69f2404ce977c053478e
Contents?: true
Size: 327 Bytes
Versions: 10
Compression:
Stored size: 327 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
10 entries across 10 versions & 2 rubygems