Class: TD::Types::Update::ChatDefaultDisableNotification

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

Overview

The value of the default disable_notification parameter, used when a message is sent to the chat, was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#default_disable_notificationBoolean

The new default_disable_notification value.

Returns:

  • (Boolean)

    the current value of default_disable_notification



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

def default_disable_notification
  @default_disable_notification
end