AddApplicationChangelog constructor

const AddApplicationChangelog({
  1. required String previousApplicationVersion,
})

Adds server-provided application changelog as messages to the chat 777000 (Telegram) or as a stories; for official applications only. Returns a 404 error if nothing changed

Implementation

const AddApplicationChangelog({
  required this.previousApplicationVersion,
});