GetFrom returns the sender ID
()
| 15 | |
| 16 | // GetFrom returns the sender ID |
| 17 | func (m *Message) GetFrom() string { |
| 18 | return m.SenderID |
| 19 | } |
| 20 | |
| 21 | // GetData returns the message content |
| 22 | func (m *Message) GetData() []byte { |
no outgoing calls
no test coverage detected