Rate this page:

Video

Class that represents video attachments.

Video attachments cannot be sent from the application but can be received from an agent.

Props

duration

Copy URL
val duration: 

Duration

Video file duration.

Returns

  • type:

    Duration

id

Copy URL
val id: 

Long?

Attachment id.

Available only if a message with this attachment is successfully sent.

Returns

  • type:

    Long?

mimeType

Copy URL
val mimeType: 

String

Video file MIME type.

Returns

  • type:

    String

name

Copy URL
val name: 

String

Video file name.

Returns

  • type:

    String

requestId

Copy URL
val requestId: 

String?

Temporary attachment id.

Available only if a message with this attachment is sent from an application.

Returns

  • type:

    String?

size

Copy URL
val size: 

Long

Video file size.

Returns

  • type:

    Long

url

Copy URL
val url: 

String?

URL to download the video file.

Returns

  • type:

    String?

Methods

equals

Copy URL
fun equals(other: 

Any?

):

Boolean

Parameters

  • other:

    Any?

    Optional

Returns

  • type:

    Boolean

hashCode

Copy URL
fun hashCode(): 

Int

Returns

  • type:

    Int

toString

Copy URL
fun toString(): 

String

Returns

  • type:

    String