Uses of Class
org.drinkless.tdlib.TdApi.ChatEventLogFilters
-
Packages that use TdApi.ChatEventLogFilters Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatEventLogFilters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatEventLogFilters Modifier and Type Field Description TdApi.ChatEventLogFiltersTdApi.GetChatEventLog. filtersThe types of events to return; pass null to get chat events of all types.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatEventLogFilters Constructor Description GetChatEventLog(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.
-