InputBackgroundPrevious constructor

const InputBackgroundPrevious({
  1. required int messageId,
})

A background previously set in the chat; for chat backgrounds only

Implementation

const InputBackgroundPrevious({
  required this.messageId,
});