9 lines
202 B
Go
9 lines
202 B
Go
package libgm
|
|
|
|
import (
|
|
"go.mau.fi/mautrix-gmessages/libgm/binary"
|
|
)
|
|
|
|
func (c *Client) handleConversationEvent(response *Response, evtData *binary.Event_ConversationEvent) {
|
|
c.triggerEvent(evtData)
|
|
}
|