Class: TD::Types::RevenueWithdrawalState::Succeeded

Inherits:
TD::Types::RevenueWithdrawalState show all
Defined in:
lib/tdlib/types/revenue_withdrawal_state/succeeded.rb

Overview

Withdrawal succeeded.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dateInteger

Point in time (Unix timestamp) when the withdrawal was completed.

Returns:

  • (Integer)

    the current value of date



6
7
8
# File 'lib/tdlib/types/revenue_withdrawal_state/succeeded.rb', line 6

def date
  @date
end

#urlTD::Types::String

The URL where the withdrawal transaction can be viewed.

Returns:

  • (TD::Types::String)

    the current value of url



6
7
8
# File 'lib/tdlib/types/revenue_withdrawal_state/succeeded.rb', line 6

def url
  @url
end