Class TdApi.UpdateServiceNotification

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateServiceNotification
    extends TdApi.Update
    Service notification from the server. Upon receiving this the client must show a popup with the content of the notification.
    • Field Detail

      • type

        public java.lang.String type
        Notification type.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateServiceNotification

        public UpdateServiceNotification()
        Default constructor.
      • UpdateServiceNotification

        public UpdateServiceNotification​(java.lang.String type,
                                         TdApi.MessageContent content)
        Constructor for initialization of all fields.
        Parameters:
        type - Notification type.
        content - Notification content.