@miukyo/ytlc
Preparing search index...
types/models
ImagePart
Interface ImagePart
Image payload used in message parts, avatars, and stickers.
interface
ImagePart
{
type
:
"image"
;
url
:
string
;
alt
?:
string
;
}
Index
Properties
type
url
alt?
Properties
type
type
:
"image"
url
url
:
string
Optional
alt
alt
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
url
alt
@miukyo/ytlc
Loading...
Image payload used in message parts, avatars, and stickers.