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
-
Constructor Summary
ConstructorsConstructorDescriptionSendSticker(Object chatId, File sticker, Api api) RequiredSendSticker(Object chatId, String sticker, Api api) Required -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.send.SendBuilder
allowPaidBroadcast, businessConnectionId, directMessagesTopicId, disableNotification, disableWebPagePreview, messageEffectId, messageThreadId, parseMode, protectContent, replyMarkup, replyParameters, suggestedPostParametersMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
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
-