@ -2,8 +2,6 @@ package main
import (
"time"
tb "gopkg.in/tucnak/telebot.v2"
)
type ChatWarsMessage struct {
@ -65,6 +65,6 @@ func main() {
ownUserID32 = OwnUserID(client)
ownUserID64 = int64(OwnUserID(client))
getHistory(client, chtwrsID64)
getHistory(client, &chtwrsID64)
}
@ -1,7 +1,7 @@
package main
"encoding/json"
// "encoding/json"
"fmt"
"log"
"math"
The note is not visible to the blocked user.