StasTikh

Results 4 comments of StasTikh

> getFullChat is only for small chats, > if you want to use something on supergroup use https://gram.js.org/tl/channels/GetFullChannel#channelsgetfullchannel Thanks, I tried this method too. Same story

yes, of course. (async function run() { await client.connect(); const result = await client.invoke( new Api.channels.GetFullChannel({ channel: "1247153954" }) ); console.log(result); })(); and i've got an error: "Error: Could not...

> 1247153954 is a user's ID. use -1001247153954 thanks! but i got only my data in userrs array. or vevn an empty array

is there any updates? because i've got same issue - when passing image url to image node, getting it back rotated -90 deg. what should it be?