WingLim

Results 10 comments of WingLim
trafficstars

Sorry for so late to reply you, I am busy about the company work recently. Can you give me some link which can reproduce this problem? Or press F12, to...

@KnorpelSenf Plz take a look the code, if it's good for you, then I will write the documentation for it.

I think we can rename it to `media.ts` or `input_media.ts`, because it's in `builders` directory, so the `builder` suffix can be removed. I prefer the second one, it looks more...

The static method `from` comes from #104, and according to https://github.com/grammyjs/grammY/pull/211#issuecomment-1128112737, we can use constructor to do this job. I don't know which one is better?

> The static method `from` comes from #104, and according to [#211 (comment)](https://github.com/grammyjs/grammY/pull/211#issuecomment-1128112737), we can use constructor to do this job. > > I don't know which one is better?...

I have a idea about this. Add a `fromType` static method which accept 2 params: 1. The media array 2. The real type of `InputMedia` Then use a `GenericInputMediaBuilder` to...

A simple way to use python3 is add `#!/bin/python3` on the top of your file. Or a non intrusive way is use `:QuickRun python3`.

There is a question, I am translating #505 , where should I put the `Fly` entry in the menu? Just wait for this PR merged?