announcement property

String? announcement
final

Gets the chat room announcement in the chat room from the memory.

Note To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomAnnouncement before calling this method. Otherwise, the return value may not be correct.

Implementation

final String? announcement;