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 chat_id, File sticker, Api api) RequiredSendSticker
(Object chat_id, String sticker, Api api) Required -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.send.SendBuilder
allowPaidBroadcast, businessConnectionId, disableNotification, disableWebPagePreview, messageEffectId, messageThreadId, parseMode, protectContent, replyMarkup, replyParameters
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
SendSticker
-
SendSticker
-
-
Method Details
-
emoji
Optional- Parameters:
emoji
- Emoji associated with the sticker; only for just uploaded stickers- Returns:
SendSticker
-