Skip to content
#

telegram-bot-api

Here are 869 public repositories matching this topic...

teloxide
gabelluardo
gabelluardo commented Oct 21, 2020

Is there an example for LoginUrl? I tried

let login_url = LoginUrl {
    url: "my_url".to_string(),
    forward_text: None,
    bot_username: None,
    request_write_access: None,
};

but it gives me cannot create non-exhaustive struct using struct expression

marcelgarus
marcelgarus commented Apr 30, 2020

I like the distinction of telegram and teledart – one is a simple typed wrapper around web requests, the other one a full-fledged powerful API that uses the capabilities of object-oriented programming. Some aspects like the inline mode are really great, but I think other parts could be a bit better.
For example, most requests still need to be made through the teledart instance with the exce

Improve this page

Add a description, image, and links to the telegram-bot-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the telegram-bot-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.