diff --git a/src/utils.go b/src/utils.go index 84dcb16..0941231 100644 --- a/src/utils.go +++ b/src/utils.go @@ -150,6 +150,7 @@ func shouldMessageBeIgnored(m *tgbotapi.Message) bool { m.LeftChatMember != nil || m.NewChatTitle != "" || m.NewChatPhoto != nil || + m.PinnedMessage != nil || m.DeleteChatPhoto || m.GroupChatCreated { return true