ahron33
Results
2
comments of
ahron33
> TLFound dialogs = await client.SearchUserAsync("groupusername"); > TLChannel chan = dialogs.Chats.Where(c => c.GetType() == typeof(TLChannel)) > .Cast() > .FirstOrDefault(c => c.Username == ("groupusername")); > > var request = new TLRequestJoinChannel()...
> @MightyEvilPunk > Yes, if you know group invite link > For example - https://t.me/joinchat/LINK_HASH > If you have this link try this code: > `var inv_req = new TLRequestImportChatInvite()...