Class InlineQueryResultVideo.Builder
java.lang.Object
org.teleight.teleightbots.api.objects.InlineQueryResultVideo.Builder
- Enclosing class:
InlineQueryResultVideo
-
Method Summary
Modifier and TypeMethodDescriptionbuild()captionEntities(@Nullable MessageEntity[] captionEntities) description(@Nullable String description) inputMessageContent(@Nullable InputMessageContent inputMessageContent) replyMarkup(@Nullable ReplyKeyboard replyMarkup) showCaptionAboveMedia(boolean showCaptionAboveMedia) thumbnailUrl(@NotNull String thumbnailUrl) toString()videoDuration(int videoDuration) videoHeight(int videoHeight) videoWidth(int videoWidth)
-
Method Details
-
id
- Returns:
this.
-
videoUrl
- Returns:
this.
-
mimeType
- Returns:
this.
-
thumbnailUrl
- Returns:
this.
-
title
- Returns:
this.
-
caption
- Returns:
this.
-
parseMode
- Returns:
this.
-
captionEntities
public InlineQueryResultVideo.Builder captionEntities(@Nullable @Nullable MessageEntity[] captionEntities) - Returns:
this.
-
showCaptionAboveMedia
- Returns:
this.
-
videoWidth
- Returns:
this.
-
videoHeight
- Returns:
this.
-
videoDuration
- Returns:
this.
-
description
- Returns:
this.
-
replyMarkup
- Returns:
this.
-
inputMessageContent
public InlineQueryResultVideo.Builder inputMessageContent(@Nullable @Nullable InputMessageContent inputMessageContent) - Returns:
this.
-
build
-
toString
-