You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to give an example of why this might be useful:
My usecase is a modmail bot - when a user sends a direct message to the bot, it reposts it in a forum channel. I am trying to make this message update to reflect the source message upon edits by storing a relationship between the source message <-> reposted message - and to do this I need the message ID.
The text was updated successfully, but these errors were encountered:
The function returns the created channel, but not the message. Same applies to helper functions like ChannelId::create_forum_post etc.. According to the documentation this is returned nested in the channel object: https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel.
Rough suggestion on how to represent this (means breaking change I suppose)
Just to give an example of why this might be useful:
My usecase is a modmail bot - when a user sends a direct message to the bot, it reposts it in a forum channel. I am trying to make this message update to reflect the source message upon edits by storing a relationship between the source message <-> reposted message - and to do this I need the message ID.
The text was updated successfully, but these errors were encountered: