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