SendGift
constructor(userId: UserId, giftId: GiftId, text: String, parseMode: ParseMode?, upgradableToUnique: Boolean = false)
Deprecated
Use factory function `toUser` instead
Replace with
toUser(userId, giftId, text, parseMode, upgradableToUnique)
Content copied to clipboard
constructor(userId: UserId, giftId: GiftId, textSources: TextSourcesList? = null, upgradableToUnique: Boolean = false)
Deprecated
Use factory function `toUser` instead
Replace with
toUser(userId, giftId, textSources, upgradableToUnique)
Content copied to clipboard