Takuya Okamoto
Takuya Okamoto
We should have example which is only constructed by code.
# Code ``` const params = { event: { type: "message_create" , message_create: { target: { recipient_id: "99999999"//my account } , message_data: { text: "MESSAGE" } } } }; client.post("direct_messages/events/new",...
Hello, First of all, I want to express my gratitude for providing this fantastic library. It has been incredibly useful, and I'm really thankful for your hard work. I recently...