Mercurial > public > pacobot
view event/types.go @ 13:e7ab74d2ad88 default tip
Move to mercurial
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 04 Jun 2025 09:38:35 +0100 |
parents | aaf85ae1f942 |
children |
line wrap: on
line source
package event type ChannelChatMsgSub struct { Payload struct { Event struct { ChatterUserId string `json:"chatter_user_id"` ChatterUserLogin string `json:"chatter_user_login"` ChatterUserName string `json:"chatter_user_name"` Msg struct { Type string `json:"type"` Text string `json:"text"` } `json:"message"` } `json:"event"` } `json:"payload"` }