gave92 / fbchat-sharp

Facebook Messenger client library for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot send messages to groups

JonasUliana opened this issue · comments

Error information:

{"Error when sending request: Got InternalServerError response"}

Hi, sending message to groups works for me.
When you call the "SendMessage" function for a group be sure to set the 3rd optional argument (thread_type) to "ThreadType.GROUP".

var msg_id = await App.ClientInstance.SendMessage("message", "1500224085", ThreadType.GROUP);