GiphyInfo

data class GiphyInfo(val url: String, @Px val width: Int, @Px val height: Int)

Contains extra information about Giphy attachments.

Parameters

url

Url for the Giphy image.

width

The width of the Giphy image.

height

The height of the Giphy image.

Constructors

Link copied to clipboard
constructor(url: String, @Px width: Int, @Px height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val url: String
Link copied to clipboard
val width: Int