ChatEventForumTopicPinned constructor

ChatEventForumTopicPinned({
  1. String? extra,
  2. int? client_id,
  3. ForumTopicInfo? old_topic_info,
  4. ForumTopicInfo? new_topic_info,
})

Implementation

ChatEventForumTopicPinned({
  super.extra,
  super.client_id,
  this.old_topic_info,
  this.new_topic_info,
});