showAvatar property
Server toggle for per-message + typing-indicator avatars — the dashboard's "Show avatar on messages" switch. Defaults true (avatar shown) so an older backend that omits the field keeps today's behaviour; when a tenant turns it off the per-bubble avatar is dropped and bot bubbles grow a small tail instead. The header's brand avatar is unaffected — it's always shown.
Implementation
String? get avatar;/// Server toggle for per-message + typing-indicator avatars — the
/// dashboard's "Show avatar on messages" switch. Defaults true (avatar
/// shown) so an older backend that omits the field keeps today's
/// behaviour; when a tenant turns it off the per-bubble avatar is
/// dropped and bot bubbles grow a small tail instead. The header's
/// brand avatar is unaffected — it's always shown.
// ignore: invalid_annotation_target
@JsonKey(name: 'show_avatar') bool get showAvatar;