return True if this message is submitted automatically.
(self)
| 172 | return bool(lib.dc_msg_get_showpadlock(self._dc_msg)) |
| 173 | |
| 174 | def is_bot(self): |
| 175 | """return True if this message is submitted automatically.""" |
| 176 | return bool(lib.dc_msg_is_bot(self._dc_msg)) |
| 177 | |
| 178 | def is_forwarded(self): |
| 179 | """return True if this message was forwarded.""" |