Uses of Class
org.drinkless.tdlib.TdApi.ChatBoost
Packages that use TdApi.ChatBoost
-
Uses of TdApi.ChatBoost in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatBoostModifier and TypeFieldDescriptionTdApi.UpdateChatBoost.boostNew information about the boost.TdApi.FoundChatBoosts.boostsList of boosts.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatBoostModifierConstructorDescriptionFoundChatBoosts(int totalCount, TdApi.ChatBoost[] boosts, String nextOffset) Contains a list of boosts applied to a chat.UpdateChatBoost(long chatId, TdApi.ChatBoost boost) A chat boost has changed; for bots only.