Uses of Class
org.drinkless.tdlib.TdApi.PublicPostSearchLimits
Packages that use TdApi.PublicPostSearchLimits
-
Uses of TdApi.PublicPostSearchLimits in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PublicPostSearchLimitsModifier and TypeFieldDescriptionTdApi.FoundPublicPosts.searchLimitsUpdated public post search limits after the query; repeated requests with the same query will be free; may be null if they didn't change.Constructors in org.drinkless.tdlib with parameters of type TdApi.PublicPostSearchLimitsModifierConstructorDescriptionFoundPublicPosts(TdApi.Message[] messages, String nextOffset, TdApi.PublicPostSearchLimits searchLimits, boolean areLimitsExceeded) Contains a list of messages found by a public post search.