Ejemplo n.º 1
0
 /// <summary>
 /// Edits notification settings from a given user/group, from all users/all groups.
 /// </summary>
 /// <returns><c>true</c>, if notify settings was updated, <c>false</c> otherwise.</returns>
 public bool UpdateNotifySettings(FInputNotifyPeer InputNotifyPeer, FInputPeerNotifySettings InputPeerNotifySettings)
 {
     return false;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Edits notification settings from a given user/group, from all users/all groups.
 /// </summary>
 /// <returns><c>true</c>, if notify settings was updated, <c>false</c> otherwise.</returns>
 public bool UpdateNotifySettings(FInputNotifyPeer InputNotifyPeer, FInputPeerNotifySettings InputPeerNotifySettings)
 {
     return(false);
 }