#Interact with Forum Post

1 messages · Page 1 of 1 (latest)

livid musk
#

Is it possible to pin the post or anything else?

#

Basically any of that

#

Im gessing the channel is the DiscordForumPostStarter.Channel, if that is correct aswell

jagged phoenix
#

DiscordForumPostStarter.Channel.ModifyAsync(x => {x.Archived = true; x.Locked = true;});
DiscordForumPostStarter.Message.PinAsync()

livid musk
#

ah, I see, thanks