Reference
Resources
arbitrarycallbackdatabot.py
chatmemberbot.py
contexttypesbot.py
conversationbot.py
conversationbot2.py
customwebhookbot.py
deeplinking.py
echobot.py
errorhandlerbot.py
inlinebot.py
inlinekeyboard.py
inlinekeyboard2.py
nestedconversationbot.py
passportbot.py
paymentbot.py
persistentconversationbot.py
pollbot.py
timerbot.py
webappbot.py
Project
Bases:telegram.RevenueWithdrawalState
The withdrawal succeeded.
Objects of this class are comparable in terms of equality. Two objects of this class areconsidered equal, if theirdate
are equal.
Added in version 21.4.
date (datetime.datetime
) – Date the withdrawal was completed as a datetime object.
url (str
) – An HTTPS URL that can be used to see transaction details.
The type of the state, always'succeeded'
.