Class SocialProfiles
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
SocialProfiles object that contains all the different types of social profiles and their respective metadata.
public class SocialProfiles
- Inheritance
-
SocialProfiles
- Inherited Members
Constructors
SocialProfiles(List<SocialProfileGeneric>)
public SocialProfiles(List<SocialProfileGeneric> profiles)
Parameters
profiles
List<SocialProfileGeneric>
Properties
EnsProfiles
public List<EnsProfile> EnsProfiles { get; set; }
Property Value
FarcasterProfiles
public List<FarcasterProfile> FarcasterProfiles { get; set; }
Property Value
LensProfiles
public List<LensProfile> LensProfiles { get; set; }
Property Value
OtherProfiles
public List<SocialProfileGeneric> OtherProfiles { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.