MessageActionSetChatWallPaper constructor

const MessageActionSetChatWallPaper({
  1. required bool same,
  2. required bool forBoth,
  3. required WallPaperBase wallpaper,
})

Message Action Set Chat Wall Paper constructor.

Implementation

const MessageActionSetChatWallPaper({
  required this.same,
  required this.forBoth,
  required this.wallpaper,
}) : super._();