Exemplo n.º 1
0
 internal static ServerEmoji CreateFromJson(ulong serverId, EmojiJson json, [CanBeNull] object state)
 {
     return(FactoryUtils.CreateFromJson(_cache, state, json2 => new ServerEmoji(serverId, json, 1), Populate, json));
 }
Exemplo n.º 2
0
 internal static User CreateFromJson(UserJson json, [CanBeNull] object state)
 {
     return(FactoryUtils.CreateFromJson(_cache, state, json2 => new User(json2), Populate, json));
 }