Class: TD::Types::Update::Notification

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/notification.rb

Overview

A notification was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#notificationTD::Types::Notification

Changed notification.

Returns:



6
7
8
# File 'lib/tdlib/types/update/notification.rb', line 6

def notification
  @notification
end

#notification_group_idInteger

Unique notification group identifier.

Returns:

  • (Integer)

    the current value of notification_group_id



6
7
8
# File 'lib/tdlib/types/update/notification.rb', line 6

def notification_group_id
  @notification_group_id
end