Interface GetPublicPostSearchLimits

Checks public post search limits without actually performing the search. Request type for Tdjson#getPublicPostSearchLimits.

interface GetPublicPostSearchLimits {
    @type: "getPublicPostSearchLimits";
    query: string;
}

Properties

Properties

@type: "getPublicPostSearchLimits"
query: string

Query that will be searched for.