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

Method SetTimeline

model/message.go:199–202  ·  view source on GitHub ↗

SetTimeline set timeline notification

(timeline bool)

Source from the content-addressed store, hash-verified

197
198// SetTimeline set timeline notification
199func (m *Message) SetTimeline(timeline bool) *Message {
200 m.isTimeline = timeline
201 return m
202}
203
204// SoundName set notification sound
205func (m *Message) SoundName(sound string) *Message {

Callers 1

TestSendDirectWatchFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSendDirectWatchFunction · 0.64