toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.get
/
GetStarTransactions
Get
Star
Transactions
@
Serializable
data
class
GetStarTransactions
(
val
offset
:
Int
?
=
null
,
val
limit
:
Int
?
=
null
)
:
SimpleRequest
<
StarTransactions
>
Members
Constructors
Get
Star
Transactions
Link copied to clipboard
constructor
(
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
)
Properties
limit
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
limit
:
Int
?
=
null
offset
Link copied to clipboard
@
SerialName
(
value
=
"offset"
)
val
offset
:
Int
?
=
null
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
StarTransactions
>
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String