InputNotifyForumTopic constructor

const InputNotifyForumTopic({
  1. required InputPeerBase peer,
  2. required int topMsgId,
})

Input Notify Forum Topic constructor.

Implementation

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