| 24 | var DateSel = cascadia.MustCompile(".tgme_widget_message_footer time[datetime]") |
| 25 | |
| 26 | type ChannelClient struct { |
| 27 | client *http.Client |
| 28 | channel string |
| 29 | } |
| 30 | |
| 31 | type Message struct { |
| 32 | ID int64 |
nothing calls this directly
no outgoing calls
no test coverage detected