recent_replier_ids property

List<MessageSender> recent_replier_ids
read / write

Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.

Implementation

late List<MessageSender> recent_replier_ids;