blacksabbatherMJ

Results 2 issues of blacksabbatherMJ

I'm trying to use below code but not working; Please advise `message="Google"; ` `const send_chat_result = await this.client.invoke( new Api.messages.SendMessage({ peer: new Api.InputPeerChat({"chatId":id}), message: message, parse_mode: 'HTML', entities: entities })...

I know I can use Api.messages.GetAllChats({exceptIds:[]}) to list all chats but cannot find a function to list all the channels I'm in. Please advise