@@ -204,7 +204,8 @@ public final class Message extends com.google.api.client.json.GenericJson {
204204 * the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
205205 * string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
206206 * format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
207- * `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
207+ * `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
208+ * item`. For more information, see [View text formatting sent in a
208209 * message](https://developers.google.com/workspace/chat/format-
209210 * messages#view_text_formatting_sent_in_a_message)
210211 * The value may be {@code null}.
@@ -625,7 +626,8 @@ public Message setFallbackText(java.lang.String fallbackText) {
625626 * the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
626627 * string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
627628 * format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
628- * `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
629+ * `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
630+ * item`. For more information, see [View text formatting sent in a
629631 * message](https://developers.google.com/workspace/chat/format-
630632 * messages#view_text_formatting_sent_in_a_message)
631633 * @return value or {@code null} for none
@@ -643,7 +645,8 @@ public java.lang.String getFormattedText() {
643645 * the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
644646 * string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
645647 * format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
646- * `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
648+ * `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
649+ * item`. For more information, see [View text formatting sent in a
647650 * message](https://developers.google.com/workspace/chat/format-
648651 * messages#view_text_formatting_sent_in_a_message)
649652 * @param formattedText formattedText or {@code null} for none
0 commit comments