Class TdApi.InlineQueryResultAudio

    • Field Detail

      • id

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineQueryResultAudio

        public InlineQueryResultAudio()
        Represents an audio file.
      • InlineQueryResultAudio

        public InlineQueryResultAudio​(String id,
                                      TdApi.Audio audio)
        Represents an audio file.
        Parameters:
        id - Unique identifier of the query result.
        audio - Audio file.