TransferGift
data class TransferGift(val businessConnectionId: BusinessConnectionId, val ownedGiftId: GiftId, val newOwnerChatId: ChatId, val transferPaymentStarCount: Int? = null) : BusinessRequest.Simple<Unit>
Constructors
Link copied to clipboard
constructor(businessConnectionId: BusinessConnectionId, ownedGiftId: GiftId, newOwnerChatId: ChatId, transferPaymentStarCount: Int? = null)