Package-level declarations

Functions

Link copied to clipboard
suspend fun TelegramBot.cancelUserStarSubscription(userId: UserId, telegramPaymentChargeId: TelegramPaymentChargeId)
suspend fun TelegramBot.cancelUserStarSubscription(user: User, telegramPaymentChargeId: TelegramPaymentChargeId)
Link copied to clipboard
suspend fun TelegramBot.editUserStarSubscription(userId: UserId, telegramPaymentChargeId: TelegramPaymentChargeId, isCanceled: Boolean)
suspend fun TelegramBot.editUserStarSubscription(user: User, telegramPaymentChargeId: TelegramPaymentChargeId, isCanceled: Boolean)
Link copied to clipboard
suspend fun TelegramBot.enableUserStarSubscription(userId: UserId, telegramPaymentChargeId: TelegramPaymentChargeId)
suspend fun TelegramBot.enableUserStarSubscription(user: User, telegramPaymentChargeId: TelegramPaymentChargeId)