Merge pull request #84 from Neur0toxine/ignore-group-message-types
ignore pinned message
This commit is contained in:
commit
aa0316d13f
@ -150,6 +150,7 @@ func shouldMessageBeIgnored(m *tgbotapi.Message) bool {
|
|||||||
m.LeftChatMember != nil ||
|
m.LeftChatMember != nil ||
|
||||||
m.NewChatTitle != "" ||
|
m.NewChatTitle != "" ||
|
||||||
m.NewChatPhoto != nil ||
|
m.NewChatPhoto != nil ||
|
||||||
|
m.PinnedMessage != nil ||
|
||||||
m.DeleteChatPhoto ||
|
m.DeleteChatPhoto ||
|
||||||
m.GroupChatCreated {
|
m.GroupChatCreated {
|
||||||
return true
|
return true
|
||||||
|
Loading…
Reference in New Issue
Block a user