nadia icon indicating copy to clipboard operation
nadia copied to clipboard

Telegram Bot API Wrapper written in Elixir

Results 32 nadia issues
Sort by recently updated
recently updated
newest added

Bumps [httpoison](https://github.com/edgurgel/httpoison) from 1.8.0 to 1.8.2. Release notes Sourced from httpoison's releases. HTTPoison 1.8.2 What's Changed Add a link to list of possible error reasons by @​rogeriochaves in edgurgel/httpoison#452 Add...

dependencies

Bumps [earmark](https://github.com/pragdave/earmark) from 1.4.13 to 1.4.26. Changelog Sourced from earmark's changelog. Earmark 1.4.26 2033-06-15 Accompanying release of EarmarkParser 1.4.26 1.4.25 2022-05-01 446 allow replacement of subtree in map_ast Also allow...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.25.1 to 0.28.4. Changelog Sourced from ex_doc's changelog. v0.28.4 (2022-04-28) Enhancements Add a toast when changing theme via keyboard Automatically convert .livemd links to .html ones Show...

dependencies

Hello, and thank you for your library! Would you consider to implement new functional introduced recently? https://core.telegram.org/bots/webapps

I have not checked that this does not break anything. The change assumes that * the structs have all been loaded (which is probably safe to assume) and so the...

Hi. `parse_mode` option is available for files (like photos, videos and documents) on Telegram API but Nadia does not support them. Please add this option.

Can you please update to allow usage of [httpoison 1.8](https://github.com/edgurgel/httpoison/releases/tag/v1.8.0)? Thanks!

I was doing: ``` response = Nadia.get_updates(unseen_id) ``` And got: ``` [error] GenServer #PID terminating ** (FunctionClauseError) no function clause matching in Nadia.API.build_request/2 (nadia 0.7.0) lib/nadia/api.ex:47: Nadia.API.build_request(43, nil) (nadia 0.7.0)...

could you please make telegram group for library users

I have not put any test fixture for this but it should work fine.