Is it possible to edit a componentV2 message ?
The line with TextDisplayBuilder show this error
The 'TextDisplayBuilder' type has no properties in common with the 'Partial<APIContainerComponent>' type.
6 Replies
ContainerBuilder takes raw container data in its constructor
not a TextDisplayBuilder
construct the container the same way you originally created it
there is my original message :
right, notice how you're using addTextDisplayComponents
you're not passing the TextDisplayBuilder to the ContainerBuilder constructor
do the same thing here
Oh thx
The thread owner has marked this issue as solved.