Class InlineQueryResultVideo

java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryResultVideo
All Implemented Interfaces:
InlineQueryResult, Serializable

public class InlineQueryResultVideo extends Object implements Serializable
Represents a link to a page containing an embedded video player or a video file. By default, this video file will be sent by the user with an optional caption. Alternatively, you can use InlineQueryMediaResult.inputMessageContent(io.github.natanimn.telebof.types.input.InputTextMessageContent) to send a message with the specified content instead of the video. If an InlineQueryResultVideo message contains an embedded video (e.g., YouTube), you must replace its content using InlineQueryMediaResult.inputMessageContent(io.github.natanimn.telebof.types.input.InputTextMessageContent).
Since:
3 March 2025
See Also: