adminAuthorId property

int? get adminAuthorId

For community messages only. Contains the ID of the user (community administrator) who sent this message.

Implementation

int? get adminAuthorId => message['admin_author_id'];