Constructor: searchPostsFlood
Indicates if the specified global post search » requires payment.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| query_is_free | Bool | Optional | The specified query is free (and it will not use up free search slots). |
| total_daily | int | Yes | Total number of daily free search slots. |
| remains | int | Yes | Remaining number of free search slots. |
| wait_till | int | Optional | If there are no more search slots, specifies the unixtime when more search slots will be available. |
| stars_amount | long | Yes | The number of Telegram Stars to pay for each non-free search. |
Type: SearchPostsFlood
Example:
$searchPostsFlood = ['_' => 'searchPostsFlood', 'query_is_free' => Bool, 'total_daily' => int, 'remains' => int, 'wait_till' => int, 'stars_amount' => long];