Sha256: d41ef8baa47863b08be4085276577cb2b516927347a8af40a9e662b8880a952b

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/encrypted_credentials.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/encrypted_credentials.rb