Constructor: searchPostsFlood
Attributes:
Name | Type | Required |
---|---|---|
query_is_free | Bool | Optional |
total_daily | int | Yes |
remains | int | Yes |
wait_till | int | Optional |
stars_amount | long | Yes |
Type: SearchPostsFlood
Example:
$searchPostsFlood = ['_' => 'searchPostsFlood', 'query_is_free' => Bool, 'total_daily' => int, 'remains' => int, 'wait_till' => int, 'stars_amount' => long];