Uses of Class
org.drinkless.tdlib.TdApi.ReactionNotificationSource
Packages that use TdApi.ReactionNotificationSource
-
Uses of TdApi.ReactionNotificationSource in org.drinkless.tdlib
Subclasses of TdApi.ReactionNotificationSource in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classNotifications for reactions are shown for all reactions.static classNotifications for reactions are shown only for reactions from contacts.static classNotifications for reactions are disabled.Fields in org.drinkless.tdlib declared as TdApi.ReactionNotificationSourceModifier and TypeFieldDescriptionTdApi.ReactionNotificationSettings.messageReactionSourceSource of message reactions for which notifications are shown.TdApi.ReactionNotificationSettings.storyReactionSourceSource of story reactions for which notifications are shown.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReactionNotificationSourceModifierConstructorDescriptionReactionNotificationSettings(TdApi.ReactionNotificationSource messageReactionSource, TdApi.ReactionNotificationSource storyReactionSource, long soundId, boolean showPreview) Contains information about notification settings for reactions.