How to send message to chat discussion group?
I want to know, how to send message to chat discussion group I think its: app.send_message(channelDiscussId, text, {reply_to_message_id: msgId}) but how to get 'channelDiscussId' ?
app.send_message(channelDiscussId, text, {reply_to_message_id: msgId})