chatActive property

List<int>? get chatActive

IDs of the authors of the last messages of the conversation.

Implementation

List<int>? get chatActive => (message['chat_active'] as List?)?.cast<int>();