ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.gifts
/
SendGift
/
Companion
Companion
object
Companion
Members
Functions
to
Chat
Link copied to clipboard
fun
toChat
(
chatId
:
ChatIdentifier
,
giftId
:
GiftId
,
textSources
:
TextSourcesList
?
=
null
,
upgradableToUnique
:
Boolean
=
false
)
:
SendGift
fun
toChat
(
chatId
:
ChatIdentifier
,
giftId
:
GiftId
,
text
:
String
,
parseMode
:
ParseMode
?
,
upgradableToUnique
:
Boolean
=
false
)
:
SendGift
to
User
Link copied to clipboard
fun
toUser
(
userId
:
UserId
,
giftId
:
GiftId
,
textSources
:
TextSourcesList
?
=
null
,
upgradableToUnique
:
Boolean
=
false
)
:
SendGift
fun
toUser
(
userId
:
UserId
,
giftId
:
GiftId
,
text
:
String
,
parseMode
:
ParseMode
?
,
upgradableToUnique
:
Boolean
=
false
)
:
SendGift