@ -225,7 +225,7 @@ func OwnUserID(c *tdlib.Client) int32 {
func clientMsg(c *tdlib.Client, m TGCommand) {
if m.Delay != 0 {
time.Sleep(time.Duration(m.Delay * time.Second))
time.Sleep(time.Duration(m.Delay) * time.Second)
}
switch m.Type {
case commandSendMsg:
The note is not visible to the blocked user.