/// <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; }
/// <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); }