Class TdApi.InlineQueryResultVoiceNote

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultVoiceNote extends TdApi.InlineQueryResult
Represents a voice note.
  • Field Details

    • id

      public String id
      Unique identifier of the query result.
    • voiceNote

      public TdApi.VoiceNote voiceNote
      Voice note.
    • title

      public String title
      Title of the voice note.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InlineQueryResultVoiceNote

      public InlineQueryResultVoiceNote()
      Represents a voice note.
    • InlineQueryResultVoiceNote

      public InlineQueryResultVoiceNote(String id, TdApi.VoiceNote voiceNote, String title)
      Represents a voice note.
      Parameters:
      id - Unique identifier of the query result.
      voiceNote - Voice note.
      title - Title of the voice note.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR