From 55da34648590b97fccfcfb85fc6f9f79cc68c9d7 Mon Sep 17 00:00:00 2001
From: evgeny
+ * If the `Message.action` is `message.create`, this will equal the `Message.timestamp`.
+ */
+ public long timestamp;
+
+ /**
+ * The client ID of the client that updated the message to this version.
+ */
+ public String clientId;
+
+ /**
+ * The description provided by the client that updated the message to this version.
+ */
+ public String description;
+
+ /**
+ * A map of string key-value pairs that may contain metadata associated with the operation to update
+ * the message to this version.
+ */
+ public Map
+ * Use this only for legacy endpoints that must remain on v2; all other
+ * calls should use the default protocol version.
+ */
+ private static final int LEGACY_API_PROTOCOL_V2 = 2;
+
public final ClientOptions options;
public final Http http;
public final HttpCore httpCore;
@@ -254,7 +264,10 @@ PaginatedResult