Client: Comment

now you can add Comment and write anything you want to remember
This commit is contained in:
mhsanaei
2024-12-27 13:19:49 +01:00
parent 2ab1a174db
commit 04c658f1a0
4 changed files with 26 additions and 0 deletions

View File

@@ -98,5 +98,6 @@ type Client struct {
Enable bool `json:"enable" form:"enable"`
TgID int64 `json:"tgId" form:"tgId"`
SubID string `json:"subId" form:"subId"`
Comment string `json:"comment" form:"comment"`
Reset int `json:"reset" form:"reset"`
}