Stream Chat Unreal SDK
Loading...
Searching...
No Matches
REST API

This module allows for sending requests to the Stream Chat REST API. More...

Classes

class  FChatApi
 All Stream Chat REST API requests can be made via this object. More...
 

Enumerations

enum class  EChannelFlags : uint8 { EChannelFlags::None = 0 , EChannelFlags::State = 1 << 0 , EChannelFlags::Watch = 1 << 1 , EChannelFlags::Presence = 1 << 2 }
 Additional channel actions to perform when requesting channel data from API. More...
 

Detailed Description

This module allows for sending requests to the Stream Chat REST API.

Enumeration Type Documentation

◆ EChannelFlags

enum class EChannelFlags : uint8
strong

Additional channel actions to perform when requesting channel data from API.

Enumerator
None 

Do nothing.

State 

Return channel state in response.

Watch 

Start watching the channel (receive events regarding this channel via WebSocket)

Presence 

Return user presence info in response.