PushMessageContentChatSetBackground constructor

const PushMessageContentChatSetBackground({
  1. required bool isSame,
})

A chat background was edited

Implementation

const PushMessageContentChatSetBackground({
  required this.isSame,
});