InputNotifyForumTopic constructor
const
InputNotifyForumTopic({
- required InputPeerBase peer,
- required int topMsgId,
Input Notify Forum Topic constructor.
Implementation
const InputNotifyForumTopic({required this.peer, required this.topMsgId})
: super._();