mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
make sendGroupPoke exported.
This commit is contained in:
parent
14ebb9cdcd
commit
33c34b14f2
@ -497,7 +497,7 @@ func (c *QQClient) DownloadForwardMessage(resId string) *message.ForwardElement
|
||||
)
|
||||
}
|
||||
|
||||
func (c *QQClient) sendGroupPoke(groupCode, target int64) {
|
||||
func (c *QQClient) SendGroupPoke(groupCode, target int64) {
|
||||
_, _ = c.sendAndWait(c.buildGroupPokePacket(groupCode, target))
|
||||
}
|
||||
|
||||
|
@ -358,7 +358,7 @@ func (m *GroupMemberInfo) EditCard(card string) {
|
||||
}
|
||||
|
||||
func (m *GroupMemberInfo) Poke() {
|
||||
m.Group.client.sendGroupPoke(m.Group.Code, m.Uin)
|
||||
m.Group.client.SendGroupPoke(m.Group.Code, m.Uin)
|
||||
}
|
||||
|
||||
func (m *GroupMemberInfo) SetAdmin(flag bool) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user