Sha256: ca99da571aa0fbcc150201bda494d4bf7f40b72dd5a46b7b80863f9f5a9b2dea
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorFiles < Base attribute :source, Types::String.constrained(eql: 'files').default('files') attribute :type, Types::String attribute :file_hashes, Types::Array.of(Types::String) attribute :message, Types::String end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/passport_element_error_files.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/passport_element_error_files.rb |