MessagesSetChatWallPaper constructor

const MessagesSetChatWallPaper({
  1. required bool forBoth,
  2. required bool revert,
  3. required InputPeerBase peer,
  4. InputWallPaperBase? wallpaper,
  5. WallPaperSettingsBase? settings,
  6. int? id,
})

Messages Set Chat Wall Paper constructor.

Implementation

const MessagesSetChatWallPaper({
  required this.forBoth,
  required this.revert,
  required this.peer,
  this.wallpaper,
  this.settings,
  this.id,
}) : super._();