Roelof
Roelof
This package doesn't support Windows. See #18.
I noticed some changes in the WIPs so far, you may want to consider: - The composer dependencies are no longer cached - Nova doesn't actually seem to be required...
Sorry about the mess, I had to go and mess it up in the last commit.
[1]: https://core.telegram.org/bots/api As the Telegram Bot SDK simply wraps around the [Telegram Bot API][1], you should look into that. For GIFs you're looking for media. Don't use the issues for...
Okay, apologies for being a bit blunt. GIFs in Telegram are called animations, and you send them via the [`sendAnimation`][1] method. ### Creating suitable files I faily often make gifs...
Glad I could help. In Laravel you don't need the `$bot` variable, you can just do `Telegram::sendAnimation`
Sorry for taking a while to get back to you. I looked it up, and the `sendAnimation` command is supported since version `3.1.0` (it was added in ba1be2833fa6db8e55980288ae2e3e870a8d1c13). I'd recommend...
Just throwing in my two cents, I don't have `ide-typescript` installed. The PHP server on occassion seems to crash with a memory error, causing the error to exist from that...
The embed block is bound to paste events, as described in [it's readme](https://github.com/editor-js/embed).
I never heard of the Block Tunes API, and it seems to be a bit under-documented (only the API spec seems to be available, but a real demo doesn't seem...