Uses of Class
org.drinkless.tdlib.TdApi.SuggestedAction
Packages that use TdApi.SuggestedAction
-
Uses of TdApi.SuggestedAction in org.drinkless.tdlib
Subclasses of TdApi.SuggestedAction in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classSuggests the user to check whether they still remember their 2-step verification password.static classSuggests the user to check whether authorization phone number is correct and change the phone number if it is inaccessible.static classSuggests the user to convert specified supergroup to a broadcast group.static classA custom suggestion to be shown at the top of the chat list.static classSuggests the user to enable archiveAndMuteNewChatsFromUnknownUsers setting in archiveChatListSettings.static classSuggests the user to extend their expiring Telegram Premium subscription.static classSuggests the user to extend their expiring Telegram Star subscriptions.static classSuggests the user to gift Telegram Premium to friends for Christmas.static classSuggests the user to restore a recently expired Premium subscription.static classSuggests the user to set birthdate.static classSuggests the user to set a 2-step verification password to be able to log in again.static classSuggests the user to set profile photo.static classSuggests the user to subscribe to the Premium subscription with annual payments.static classSuggests the user to upgrade the Premium subscription from monthly payments to annual payments.static classSuggests the user to view a hint about the meaning of one and two check marks on sent messages.Fields in org.drinkless.tdlib declared as TdApi.SuggestedActionModifier and TypeFieldDescriptionTdApi.HideSuggestedAction.actionSuggested action to hide.TdApi.UpdateSuggestedActions.addedActionsAdded suggested actions.TdApi.UpdateSuggestedActions.removedActionsRemoved suggested actions.Constructors in org.drinkless.tdlib with parameters of type TdApi.SuggestedActionModifierConstructorDescriptionCreates a function, which hides a suggested action.UpdateSuggestedActions(TdApi.SuggestedAction[] addedActions, TdApi.SuggestedAction[] removedActions) The list of suggested to the user actions has changed.