Sha256: c26a13d3f0ab3f97add6c959046558f60b877adf2322c56453fc79e93c6ebbf2

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class EncryptedCredentials < Base
        attribute :data, Types::String
        attribute :hash, Types::String
        attribute :secret, Types::String
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/encrypted_credentials.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/encrypted_credentials.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/encrypted_credentials.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/encrypted_credentials.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/encrypted_credentials.rb