UserInfo includes ndebit

This commit is contained in:
Mothana 2024-09-19 01:48:30 +04:00
parent bed397e424
commit 143fe44589
6 changed files with 15 additions and 4 deletions

View file

@ -456,6 +456,7 @@ type UseInviteLinkRequest struct {
type UserInfo struct {
Balance int64 `json:"balance"`
Max_withdrawable int64 `json:"max_withdrawable"`
Ndebit string `json:"ndebit"`
Network_max_fee_bps int64 `json:"network_max_fee_bps"`
Network_max_fee_fixed int64 `json:"network_max_fee_fixed"`
Noffer string `json:"noffer"`