Module tdlight.api

Class TdApi.InlineQueryResultVideo

Enclosing class:
TdApi

public static final 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
      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 - String Unique identifier of the query result.
      video - Video Video.
      title - String Title of the video.
      description - String Description of the video.
    • InlineQueryResultVideo

      public InlineQueryResultVideo(DataInput input) throws IOException
      Represents a video.
      Throws:
      IOException
  • Method Details