picture property

  1. @JsonKey.new(name: 'picture')
String? get picture
inherited

Participant picture

Can be null for the bot

Implementation

@JsonKey(name: 'picture')
String? get picture => throw _privateConstructorUsedError;