tgbot - fix chatid

This commit is contained in:
mhsanaei
2024-04-02 15:04:44 +03:30
parent f02c82677d
commit eb382cd5b4
3 changed files with 45 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ type Client struct {
TotalGB int64 `json:"totalGB" form:"totalGB"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
Enable bool `json:"enable" form:"enable"`
TgID string `json:"tgId" form:"tgId"`
TgID int64 `json:"tgId" form:"tgId"`
SubID string `json:"subId" form:"subId"`
Reset int `json:"reset" form:"reset"`
}