Pobranie adresu avataru
$conpeek.util.getAvatarSrc("<<avatar_id>>");
Info
Get link source of image by avatar identifier. If no avatar_id specified returns default avatar source.
Return url to avatar image.
| Name | Type |
|---|---|
avatar_id |
STRING |
Example
let avatar = $conpeek.util.getAvatarSrc("a92kf024jzm24ian2odzj14"); ```