@ -43,7 +43,7 @@ type Account struct {
StockCorp string `json:"stock_corp"`
Shark bool `json:"shark"`
SharkDelay float64 `json:"shark_delay" gorm:"default:1200"`
SharkDelay float64 `json:"shark_delay" gorm:"default:10"`
SharkTeam bool `json:"shark_team"`
Motivation bool `json:"motivation" gorm:"default:true"`
@ -97,7 +97,7 @@ func (b *Userbot) Start(ctx context.Context) error {
Data: callback.Data,
})
if err != nil {
fmt.Println(err, "pin")
fmt.Println(err, "pin", string(callback.Data))
}
_, err = b.Client.API().ChannelsReadHistory(context.Background(), &tg.ChannelsReadHistoryRequest{