AvatarUrl return the last version of the Avatar URL
()
| 462 | |
| 463 | // AvatarUrl return the last version of the Avatar URL |
| 464 | func (i *Identity) AvatarUrl() string { |
| 465 | return i.lastVersion().avatarURL |
| 466 | } |
| 467 | |
| 468 | // Keys return the last version of the valid keys |
| 469 | func (i *Identity) Keys() []*Key { |