UpdateChatBackground constructor

const UpdateChatBackground({
  1. required int chatId,
  2. ChatBackground? background,
  3. dynamic extra,
  4. int? clientId,
})

The chat background was changed

Implementation

const UpdateChatBackground({
  required this.chatId,
  this.background,
  this.extra,
  this.clientId,
});