Closed apepenkov closed 3 years ago
How can I iterate through all types of dialogs, that user have ( client.GetUserDialogsAsync() ) (chat/channel/user) and if (title == "my needed string" ) send a message to it?
var dialogs = (await client.GetUserDialogsAsync()) as TLDialogs;
How can I iterate through all types of dialogs, that user have ( client.GetUserDialogsAsync() ) (chat/channel/user) and if (title == "my needed string" ) send a message to it?