Class ConvertGiftToStars
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<ConvertGiftToStars,Boolean>
io.github.natanimn.telebof.requests.service.ConvertGiftToStars
ConvertGiftToStars class. Returns True on success.
- Since:
- 19 August 2025
- Version:
- 1.3.0
- Author:
- Natanim
- See Also:
-
Field Summary
Fields inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
api, methodName, parameters -
Constructor Summary
ConstructorsConstructorDescriptionConvertGiftToStars(String businessConnectionId, String ownedGiftId, Api api) Required -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
add, exec, getContentType, getMethodName, getParameters, getResponseType, hasMultipart, setHasMultipart
-
Constructor Details
-
ConvertGiftToStars
Required- Parameters:
businessConnectionId- Unique identifier of the business connectionownedGiftId- Unique identifier of the regular gift that should be converted to Telegram Starsapi- api
-