dariotarantini / vgram

Telegram Bot library written in V.
MIT License
144 stars 19 forks source link

Use the [params] tag for methods params #11

Closed QuentinWidlocher closed 2 years ago

QuentinWidlocher commented 2 years ago

Hi !

I wanted to use vgram but the Config struct could not work unless their names were specified, so I used the [params] tag on every method that use Config struct to allow passing parameters more easily.

I hope it suits the project, I tested it locally and found no evident issues.

dariotarantini commented 2 years ago

Yep, everything seems okay, thanks