Class: TD::Types::Update::ChatHasScheduledMessages

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

Overview

A chat's has_scheduled_messages field has 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_has_scheduled_messages.rb', line 6

def chat_id
  @chat_id
end

#has_scheduled_messagesBoolean

New value of has_scheduled_messages.

Returns:

  • (Boolean)

    the current value of has_scheduled_messages



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

def has_scheduled_messages
  @has_scheduled_messages
end