Uses of Class
org.drinkless.tdlib.TdApi.NotificationType
-
Packages that use TdApi.NotificationType Package Description org.drinkless.tdlib -
-
Uses of TdApi.NotificationType in org.drinkless.tdlib
Subclasses of TdApi.NotificationType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.NotificationTypeNewCallNew call was received.static classTdApi.NotificationTypeNewMessageNew message was received.static classTdApi.NotificationTypeNewPushMessageNew message was received through a push notification.static classTdApi.NotificationTypeNewSecretChatNew secret chat was created.Fields in org.drinkless.tdlib declared as TdApi.NotificationType Modifier and Type Field Description TdApi.NotificationTypeTdApi.Notification. typeNotification type.Constructors in org.drinkless.tdlib with parameters of type TdApi.NotificationType Constructor Description Notification(int id, int date, boolean isSilent, TdApi.NotificationType type)Contains information about a notification.
-