actionPhoto200 property

String? get actionPhoto200

The URL of the 200 px wide copy of the conversation photo.

Implementation

String? get actionPhoto200 =>
    action?['photo']?['photo_200'] ?? message['photo_200'];