2023-06-30 09:54:08 +00:00
|
|
|
package textgapi
|
|
|
|
|
|
|
|
import (
|
|
|
|
"go.mau.fi/mautrix-gmessages/libgm/binary"
|
|
|
|
)
|
|
|
|
|
|
|
|
func (c *Client) handleConversationEvent(response *Response, evtData *binary.Event_ConversationEvent) {
|
2023-06-30 10:31:25 +00:00
|
|
|
c.triggerEvent(evtData)
|
2023-06-30 09:54:08 +00:00
|
|
|
}
|