Class TdApi.InlineQueryResultVideo

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultVideo extends TdApi.InlineQueryResult
Represents a video.
  • Field Details

    • id

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

      public TdApi.Video video
      Video.
    • 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:
  • Constructor Details

    • 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.
  • Method Details