MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / NickName

Method NickName

client/base.go:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func (c *QQClient) NickName() string {
199 return c.transport.Sig.Nickname
200}
201
202func (c *QQClient) sendOidbPacketAndWait(pkt *oidb.Packet) ([]byte, error) {
203 return c.sendUniPacketAndWait(pkt.Cmd, pkt.Data)

Callers 3

SendGroupMessageMethod · 0.95
SendPrivateMessageMethod · 0.95
SendTempMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected