Class SendVoice
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SendVoice,Message>
io.github.natanimn.telebof.requests.send.SendBuilder<SendVoice,Message>
io.github.natanimn.telebof.requests.send.SendVoice
SendVoice class. Returns
Message on success.- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptionalcaptionEntities(MessageEntity[] captionEntities) OptionalMethods 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
add, exec, getContentType, getMethodName, getParameters, getResponseType, hasMultipart, setHasMultipart
-
Constructor Details
-
SendVoice
Required- Parameters:
chatId- Chat idvoice- file or urlapi- api- See Also:
-
SendVoice
Required- Parameters:
chatId- chat idvoice- Fileapi- api- See Also:
-
-
Method Details