Sha256: 0967b1979aa5792cdbc418f1bfcae15dc51a1de8d0a958c03a98032e68b51572

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorSelfie < Base
        attribute :source, String.default('selfie')
        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_selfie.rb