Class: TD::Types::PushMessageContent::VoiceNote

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/voice_note.rb

Overview

A voice note message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_pinnedBoolean

True, if the message is a pinned message with the specified content.

Returns:

  • (Boolean)

    the current value of is_pinned



6
7
8
# File 'lib/tdlib/types/push_message_content/voice_note.rb', line 6

def is_pinned
  @is_pinned
end

#voice_noteTD::Types::VoiceNote?

Message content; may be null.

Returns:



6
7
8
# File 'lib/tdlib/types/push_message_content/voice_note.rb', line 6

def voice_note
  @voice_note
end