python-telegram
python-telegram copied to clipboard
getUserGifts/getUserGift returns None
Hi!
I was trying to call any method related to telegram gifts with tg.call_method, and for some reason all the methods related to gfits are returning None.
I assume its not an issue with your method since other stuff like getUserFullInfo works well.
If you have any thoughts on this please let me know. When I was trying to use these methods directly with json requests it was alaso returning None so it doesnt seem to be a fault with any of your implementations
Did you solve the problem?