StoriesSearchPosts constructor

const StoriesSearchPosts({
  1. String? hashtag,
  2. MediaAreaBase? area,
  3. InputPeerBase? peer,
  4. required String offset,
  5. required int limit,
})

Stories Search Posts constructor.

Implementation

const StoriesSearchPosts({
  this.hashtag,
  this.area,
  this.peer,
  required this.offset,
  required this.limit,
}) : super._();