1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 21:56:53 -04:00
mautrix-signal/pkg/signalmeow/protobuf/extra.go

11 lines
276 B
Go
Raw Permalink Normal View History

package signalpb
type BodyRangeAssociatedValue = isBodyRange_AssociatedValue
type ChatEventContent interface {
isChatEventContent()
}
func (*DataMessage) isChatEventContent() {}
func (*TypingMessage) isChatEventContent() {}
func (*EditMessage) isChatEventContent() {}