NotifyForumTopic constructor

const NotifyForumTopic({
  1. required PeerBase peer,
  2. required int topMsgId,
})

Notify Forum Topic constructor.

Implementation

const NotifyForumTopic({required this.peer, required this.topMsgId})
    : super._();