Guilded added to the API channelID property to ForumThreadComment.
Earlier, due to the unavailability of this property, channelID was a required property to execute any method. (ForumTopicComment). This isn't the case anymore since the API provides this information.
Changed returns of the channelID property from string | null to string.
ForumThreadComment#createForumComment doesn't require a channelID parameter.
ForumThreadComment#edit doesn't require a channelID parameter anymore.
ForumThreadComment#delete doesn't require a channelID parameter anymore.
Guilded added to the API channelID property to ForumThreadComment.
Earlier, due to the unavailability of this property, channelID was a required property to execute any method. (ForumTopicComment). This isn't the case anymore since the API provides this information.
returns
of thechannelID
property fromstring | null
tostring
.ForumThreadComment#createForumComment
doesn't require achannelID
parameter.ForumThreadComment#edit
doesn't require achannelID
parameter anymore.ForumThreadComment#delete
doesn't require achannelID
parameter anymore.