InteractionResponseBuilder.pong constructor

InteractionResponseBuilder.pong()

Implementation

factory InteractionResponseBuilder.pong() => InteractionResponseBuilder(type: InteractionCallbackType.pong, data: null);