docs
common
docs
/
dev.inmo.tgbotapi.requests.send.media
/
SendAnimationFiles
Send
Animation
Files
common
data
class
SendAnimationFiles
:
Map
<
String
,
MultipartFile
>
Content copied to clipboard
Functions
Properties
Functions
contains
Key
Link copied to clipboard
common
open
override
fun
containsKey
(
key
:
String
)
:
Boolean
Content copied to clipboard
contains
Value
Link copied to clipboard
common
open
override
fun
containsValue
(
value
:
MultipartFile
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
common
open
operator override
fun
get
(
key
:
String
)
:
MultipartFile
?
Content copied to clipboard
is
Empty
Link copied to clipboard
common
open
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
Properties
animation
Link copied to clipboard
common
val
animation
:
MultipartFile
?
=
null
Content copied to clipboard
entries
Link copied to clipboard
common
open
override
val
entries
:
Set
<
Map.Entry
<
String
,
MultipartFile
>
>
Content copied to clipboard
keys
Link copied to clipboard
common
open
override
val
keys
:
Set
<
String
>
Content copied to clipboard
size
Link copied to clipboard
common
open
override
val
size
:
Int
Content copied to clipboard
thumb
Link copied to clipboard
common
val
thumb
:
MultipartFile
?
=
null
Content copied to clipboard
values
Link copied to clipboard
common
open
override
val
values
:
Collection
<
MultipartFile
>
Content copied to clipboard