|
Stream Chat Unreal SDK
|
One user blocking another. More...
#include <UserBlock.h>
Public Member Functions | |
| FUserBlock (const FBlockedUserDto &, UUserManager *) | |
Public Attributes | |
| FUserRef | BlockedUser |
| The user who was blocked. | |
| FUserRef | BlockedBy |
| The user who created the block, which for anything a client can query is the current user. | |
| FDateTime | CreatedAt = FDateTime{0} |
| When the block was created. | |
One user blocking another.
Blocking hides every 1-on-1 channel the two share from the blocking user, and stops the blocked user's events and push notifications reaching them. Group channels are unaffected.