searchPostsFlood
Indicates if the specified global post search » requires payment.
type tg.SearchPostsFlood struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
QueryIsFree | bool | — | The specified query is free (and it will not use up free search slots). |
TotalDaily | int | yes | Total number of daily free search slots. |
Remains | int | yes | Remaining number of free search slots. |
WaitTill | int | — | If there are no more search slots, specifies the unixtime when more search slots will be available. |
StarsAmount | int64 | yes | The number of Telegram Stars to pay for each non-free search. |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
searchPostsFlood#3e0b5b6a