MessageViews constructor

const MessageViews({
  1. int? views,
  2. int? forwards,
  3. MessageRepliesBase? replies,
})

Message Views constructor.

Implementation

const MessageViews({this.views, this.forwards, this.replies}) : super._();