Class SendSticker
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendSticker,Message>
io.github.natanimn.telebof.requests.send.SendBuilder<SendSticker,Message>
io.github.natanimn.telebof.requests.send.SendSticker
SendSticker class.
- Since:
- 3 March 2025
- Version:
- 1.3.0
- Author:
- Natanim
-
Field Summary
Fields inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
api, methodName, parameters -
Constructor Summary
ConstructorsConstructorDescriptionSendSticker(Object chatId, File sticker, Api api) RequiredSendSticker(Object chatId, String sticker, Api api) Required -
Method Summary
Modifier and TypeMethodDescriptionOptionalDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.github.natanimn.telebof.requests.send.SendBuilder
allowPaidBroadcast, businessConnectionId, directMessagesTopicId, disableNotification, disableWebPagePreview, messageEffectId, messageThreadId, protectContent, replyMarkup, replyParameters, suggestedPostParametersMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
add, exec, getContentType, getMethodName, getParameters, getResponseType, hasMultipart, setHasMultipart
-
Constructor Details
-
SendSticker
Required- Parameters:
chatId- chat idsticker- stickerapi- api- See Also:
-
SendSticker
Required- Parameters:
chatId- chat idsticker- stickerapi- api- See Also:
-
-
Method Details
-
emoji
Optional- Parameters:
emoji- Emoji associated with the sticker; only for just uploaded stickers- Returns:
SendSticker
-
parseMode
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:SendBuilderOptional- Overrides:
parseModein classSendBuilder<SendSticker,Message> - Parameters:
parseM- Mode for parsing entities in the message text.- Returns:
SendBuilder
-