UpdatePinnedSavedDialogs constructor

const UpdatePinnedSavedDialogs({
  1. List<DialogPeerBase>? order,
})

Update Pinned Saved Dialogs constructor.

Implementation

const UpdatePinnedSavedDialogs({
  this.order,
}) : super._();