MessagesEditForumTopic constructor
const
MessagesEditForumTopic({
- required InputPeerBase peer,
- required int topicId,
- String? title,
- int? iconEmojiId,
- bool? closed,
Messages Edit Forum Topic constructor.
Implementation
const MessagesEditForumTopic({
required this.peer,
required this.topicId,
this.title,
this.iconEmojiId,
this.closed,
this.hidden,
}) : super._();