timestamp static method

String timestamp(
  1. DateTime timestamp
)

<t:TIMESTAMP>

Implementation

static String timestamp(DateTime timestamp) =>
    '<t:${timestamp.millisecondsSinceEpoch ~/ 1000}>';