| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.stickers | |
| org.telegram.telegrambots.bots |
| Modifier and Type | Method and Description |
|---|---|
UploadStickerFile |
UploadStickerFile.setNewPngSticker(File newPngStickerFile) |
UploadStickerFile |
UploadStickerFile.setNewPngSticker(String newPngStickerName,
InputStream newPngStickerStream) |
UploadStickerFile |
UploadStickerFile.setUserId(Integer userId) |
| Modifier and Type | Method and Description |
|---|---|
abstract File |
AbsSender.uploadStickerFile(UploadStickerFile uploadStickerFile)
Upload a new file as sticker (https://core.telegram.org/bots/api#uploadStickerFile)
|
Copyright © 2018. All rights reserved.