sochix / TLSharp

Telegram client library implemented in C#
1.01k stars 380 forks source link

Join the group and find out if I joined. #811

Open ddanijj1 opened 5 years ago

ddanijj1 commented 5 years ago

Hello. I have a code for joining the group, and its final part looks like this. var Respons = await client.SendRequestAsync<TLUpdates>(Request); I need to find out if the account has joined the group, or it has already been in it before. Tell me, please, how this can be done.

atrdev-rgb commented 3 years ago

Get a list of all subscribers and then find out if you eat in it or not