ChatEventForumTopicPinned constructor
ChatEventForumTopicPinned({
- String? extra,
- int? client_id,
- ForumTopicInfo? old_topic_info,
- ForumTopicInfo? new_topic_info,
Implementation
ChatEventForumTopicPinned({
super.extra,
super.client_id,
this.old_topic_info,
this.new_topic_info,
});