Uses of Class
org.drinkless.tdlib.TdApi.ChatEventLogFilters
Packages that use TdApi.ChatEventLogFilters
-
Uses of TdApi.ChatEventLogFilters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatEventLogFiltersModifier and TypeFieldDescriptionTdApi.GetChatEventLog.filters
The types of events to return; pass null to get chat events of all types.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatEventLogFiltersModifierConstructorDescriptionGetChatEventLog
(long chatId, String query, long fromEventId, int limit, TdApi.ChatEventLogFilters filters, long[] userIds) Creates a function, which returns a list of service actions taken by chat members and administrators in the last 48 hours.