Service for Channel API operations.
Operations: list
Summary
Functions
List all Channels for a given User.
Stream: List all Channels for a given User. (lazy auto-pagination).
Functions
@spec list(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
List all Channels for a given User.
Operation: ListUserChannel | Tags: ChatV1UserChannel
@spec stream(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: List all Channels for a given User. (lazy auto-pagination).