StoriesSearchPosts constructor
const
StoriesSearchPosts({
- String? hashtag,
- MediaAreaBase? area,
- InputPeerBase? peer,
- required String offset,
- required int limit,
Stories Search Posts constructor.
Implementation
const StoriesSearchPosts({
this.hashtag,
this.area,
this.peer,
required this.offset,
required this.limit,
}) : super._();