Rafael Cardoso

Results 41 comments of Rafael Cardoso

> Can you still use the same session token on another environment? I thought this wasn't possible.

Let's say I create a session token. How often would I need to renew the session? does anyone know? Couldn't find it in the docs.

> what do you mean "expire"? Telegram sessions don't expire. The 6 months settings is only if you don't use the session for 6 months. That's what I expect. But...

It looks like the session only lasts for a week. I had to recreate it and just expired again. Does anyone have gone through a similar problem and managed to...

@painor The problem with that approach is that i would have to pull this data every minute or so, to make sure no one enter the group through a shared...

I also though about that, but when i create a new link it doesn't restrict to just one person (not sure if its a bug on telegram) but, still doesn't...

Works fine to me ``` const Binance = require('node-binance-api'); const getClient = (apiKey, apiSecret) => { return new Binance().options({ APIKEY: apiKey, APISECRET: apiSecret }); } const binance = getClient(APIKEY, APISECRET);...

Yeah. I am also having the same issue. Could you please clarify what you mean by "had to go through introduction on finance spot trading?"

> > @mewtlu how does your solution gets the related code stored in the lambda layer folders? > > If you're asking how we provide the code in the layer...

How do you do the same thing using a Modal (instead of Dialog)?