April 25, 20196 yr Why the code dont work? if (string.Equals("qwerty", new Channel().ReadMsg().Msg.Trim())) {} Bot cant catch message. Work only when: var chat = new Channel(); if (string.Equals("qwerty", chat.ReadMsg().Msg.Trim())) {}
April 26, 20196 yr Hello, you need to keep instance to read all messages https://wrobot.eu/files/file/359-whisper-reply/
Create an account or sign in to comment