This determines whether this is an external-link post or a regular announcement post. TEXT - Regular announcement that can contain rich text. LINK - Announcement that is linked to an external site.
from glean.api_client.models import AnnouncementPostType
value = AnnouncementPostType.TEXT
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
TEXT |
TEXT |
LINK |
LINK |