Schema representing a FeedsFeedResponse
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.FeedsFeedResponse{ activity_count: integer(), created_at: DateTime.t() | integer() | String.t(), created_by: ExStreamClient.Model.UserResponse.t(), custom: %{optional(String.t()) => any()} | nil, deleted_at: (DateTime.t() | integer() | String.t()) | nil, description: String.t(), feed: String.t(), filter_tags: [String.t()] | nil, follower_count: integer(), following_count: integer(), group_id: String.t(), id: String.t(), location: ExStreamClient.Model.FeedsActivityLocation.t() | nil, member_count: integer(), name: String.t(), pin_count: integer(), updated_at: DateTime.t() | integer() | String.t(), visibility: String.t() | nil }