summaryrefslogtreecommitdiffstats
path: root/src/client/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove builtin tg methods & typessyn2021-01-161-2/+2
|
* cargo fmtsyn2021-01-081-5/+4
|
* [wip] some support for telegram methods & typessyn2021-01-081-2/+4
|
* Make send infallible by returning errors in futuresyn2021-01-081-25/+44
|
* clean up importssyn2021-01-081-1/+1
|
* move receiver from separate functionsyn2021-01-081-13/+9
| | | | receiver code is small enough to fit into `Client::new`
* Initial commitsyn2021-01-081-0/+165