actionPhoto100 property

String? get actionPhoto100

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

Implementation

String? get actionPhoto100 =>
    action?['photo']?['photo_100'] ?? message['photo_100'];