Layer 227
ChannelsCheckSearchPostsFlood
Check if the specified global post search requires payment.
method
Users
channels.checkSearchPostsFlood#22567115 flags:# query:flags.0?string = SearchPostsFlood;
Parameters
| Name | Type | Description |
|---|---|---|
| Query | flags .0? string | The query. |
Returns
SearchPostsFloodGogram Example
// ChannelsCheckSearchPostsFlood - positional arguments result, err := client.ChannelsCheckSearchPostsFlood("Hello, World!") if err != nil { // handle error } // result is *tg.SearchPostsFlood