crosspost method

Future<void> crosspost()

Crosspost this message to all channels following the channel this message was sent in.

Implementation

Future<void> crosspost() => manager.crosspost(id);