MCPcopy Create free account
hub / github.com/chanify/chanify / IsTimeline

Method IsTimeline

model/message.go:194–196  ·  view source on GitHub ↗

IsTimeline return is timeline notification

()

Source from the content-addressed store, hash-verified

192
193// IsTimeline return is timeline notification
194func (m *Message) IsTimeline() bool {
195 return m.isTimeline
196}
197
198// SetTimeline set timeline notification
199func (m *Message) SetTimeline(timeline bool) *Message {

Callers 1

sendDirectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected