Sha256: e395a22747eecad437b9ef497b1d50e12c232c2ce7c607ab93d8af51d9d5cafa
Contents?: true
Size: 310 Bytes
Versions: 2
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorFiles < Base attribute :source, String, default: '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_files.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/passport_element_error_files.rb |