UpdatePinnedDialogs constructor

const UpdatePinnedDialogs({
  1. int? folderId,
  2. List<DialogPeerBase>? order,
})

Update Pinned Dialogs constructor.

Implementation

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