Dino Leung

Results 6 issues of Dino Leung

[API 6.0](https://core.telegram.org/bots/api#april-16-2022) [API 6.1](https://core.telegram.org/bots/api#june-20-2022)

enhancement

https://github.com/tdlib/telegram-bot-api

enhancement

seperate methods `telegram.dart` and `teledart.dart` into multiple files. https://github.com/dart-lang/language/issues/252

enhancement
on hold

## Describe the bug Currently it only accept id(int), however according to the official docs, it needs to accept username(string) also ``` Unique identifier for the target chat or username...

bug
duplicate

[inputmedia](https://core.telegram.org/bots/api#inputmedia) can only take `file_id` and `HTTP URL` right now need to implement `POST` `multipart/form-data` uploading files might need to implement a `inputFile` object https://core.telegram.org/bots/api#sending-files

help wanted

## Is your feature request related to a problem? Users have reported 429 errors happening frequently in roughly the same time frame(#226), root causes is still unknown but it's clear...

enhancement
just a concept