Sha256: 48aaa0d89bf1b1493d04e25b06c35d60e0f33e9c38439a88d94874e5d5140dc0
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportElementErrorFile < Base attribute :source, Types::String.constrained(eql: 'file').default('file') attribute :type, Types::String attribute :file_hash, 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_file.rb |
telegram-bot-ruby-2.0.0 | lib/telegram/bot/types/passport_element_error_file.rb |