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