Class TdApi.InlineQueryResultVideo

    • Field Detail

      • id

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

        public String title
        Title of the video.
      • description

        public String description
        Description of the video.
      • CONSTRUCTOR

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

      • InlineQueryResultVideo

        public InlineQueryResultVideo()
        Represents a video.
      • InlineQueryResultVideo

        public InlineQueryResultVideo​(String id,
                                      TdApi.Video video,
                                      String title,
                                      String description)
        Represents a video.
        Parameters:
        id - Unique identifier of the query result.
        video - Video.
        title - Title of the video.
        description - Description of the video.