NotificationAdvanced constructor

NotificationAdvanced({
  1. String? chatid,
})

Implementation

NotificationAdvanced({
  this.chatid,
});