Raw.stories.SearchPosts
stories.searchPosts#6cea116a flags:# hashtag:flags.0?string area:flags.1?MediaArea offset:string limit:int = stories.FoundStories;
export namespace Raw {
export namespace stories {
export class SearchPosts {
constructor(params: {
hashtag?: string;
area?: Raw.TypeMediaArea;
offset: string;
limit: number;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x6cea116a