添加拍一拍消息类型的判断
This commit is contained in:
parent
bd960ef7cf
commit
3718d6c2bc
@ -705,3 +705,8 @@ func (m *Message) IsPaiYiPai() bool {
|
|||||||
func (m *Message) IsJoinGroup() bool {
|
func (m *Message) IsJoinGroup() bool {
|
||||||
return m.IsSystem() && strings.Contains(m.Content, "加入了群聊") && m.IsSendByGroup()
|
return m.IsSystem() && strings.Contains(m.Content, "加入了群聊") && m.IsSendByGroup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IsTickled 判断消息是否为拍一拍
|
||||||
|
func (m *Message) IsTickled() bool {
|
||||||
|
return m.IsPaiYiPai()
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user