Push writes the update to the pipe. The update will not be duplicated if the UpdatePipe is also listening for updates.
(upd mess.Update)
| 57 | // The update will not be duplicated if the UpdatePipe is also listening |
| 58 | // for updates. |
| 59 | Push(upd mess.Update) error |
| 60 | |
| 61 | Close() error |
| 62 | } |
no outgoing calls
no test coverage detected