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