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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun method(): String