Package-level declarations
Types
Link copied to clipboard
data class AgeAssuranceEvent(val createdAt: Timestamp, val status: AgeAssuranceEventStatus, val attemptId: String, val email: String? = null, val initIp: String? = null, val initUa: String? = null, val completeIp: String? = null, val completeUa: String? = null)
Object used to store age assurance data in stash.
Link copied to clipboard
The status of the age assurance process.
Link copied to clipboard
Link copied to clipboard
data class AgeAssuranceState(val lastInitiatedAt: Timestamp? = null, val status: AgeAssuranceStateStatus)
The computed state of the age assurance process, returned to the user in question on certain authenticated requests.
Link copied to clipboard
The status of the age assurance process.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetConfigResponse(val checkEmailConfirmed: Boolean? = null, val liveNow: List<GetConfigLiveNowConfig>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetOnboardingSuggestedStarterPacksSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 10)
Link copied to clipboard
Link copied to clipboard
data class GetOnboardingSuggestedUsersSkeletonQueryParams(val viewer: Did? = null, val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetOnboardingSuggestedUsersSkeletonResponse(val dids: List<Did>, val recId: String? = null, val recIdStr: String? = null)
Link copied to clipboard
data class GetPopularFeedGeneratorsQueryParams(val limit: Long? = 50, val cursor: String? = null, val query: String? = null)
Link copied to clipboard
data class GetPopularFeedGeneratorsResponse(val cursor: String? = null, val feeds: List<GeneratorView>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetPostThreadOtherV2ThreadItem(val uri: AtUri, val depth: Long, val value: GetPostThreadOtherV2ThreadItemValueUnion)
Link copied to clipboard
Link copied to clipboard
data class GetPostThreadV2QueryParams(val anchor: AtUri, val above: Boolean? = true, val below: Long? = 6, val branchingFactor: Long? = 10, val sort: GetPostThreadV2Sort? = GetPostThreadV2Sort.Oldest)
Link copied to clipboard
data class GetPostThreadV2Response(val thread: List<GetPostThreadV2ThreadItem>, val threadgate: ThreadgateView? = null, val hasOtherReplies: Boolean)
Link copied to clipboard
Sorting for the thread replies.
Link copied to clipboard
Link copied to clipboard
data class GetPostThreadV2ThreadItem(val uri: AtUri, val depth: Long, val value: GetPostThreadV2ThreadItemValueUnion)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetSuggestedOnboardingUsersQueryParams(val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedOnboardingUsersResponse(val actors: List<ProfileView>, val recId: String? = null, val recIdStr: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetSuggestedStarterPacksSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 10)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetSuggestedUsersForDiscoverResponse(val actors: List<ProfileView>, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersForDiscoverSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersForDiscoverSkeletonResponse(val dids: List<Did>, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersForExploreQueryParams(val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersForExploreResponse(val actors: List<ProfileView>, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersForExploreSkeletonQueryParams(val viewer: Did? = null, val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersForExploreSkeletonResponse(val dids: List<Did>, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersForSeeMoreQueryParams(val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersForSeeMoreResponse(val actors: List<ProfileView>, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersForSeeMoreSkeletonQueryParams(val viewer: Did? = null, val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersForSeeMoreSkeletonResponse(val dids: List<Did>, val recIdStr: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GetSuggestedUsersResponse(val actors: List<ProfileView>, val recId: String? = null, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestedUsersSkeletonQueryParams(val viewer: Did? = null, val category: String? = null, val limit: Long? = 25)
Link copied to clipboard
data class GetSuggestedUsersSkeletonResponse(val dids: List<Did>, val recId: String? = null, val recIdStr: String? = null)
Link copied to clipboard
data class GetSuggestionsSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 50, val cursor: String? = null, val relativeToDid: Did? = null)
Link copied to clipboard
data class GetSuggestionsSkeletonResponse(val cursor: String? = null, val actors: List<SkeletonSearchActor>, val relativeToDid: Did? = null, val recId: Long? = null, val recIdStr: String? = null)
Link copied to clipboard
Link copied to clipboard
data class GetTaggedSuggestionsSuggestion(val tag: String, val subjectType: GetTaggedSuggestionsSuggestionSubjectType, val subject: Uri)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetTrendingTopicsResponse(val topics: List<TrendingTopic>, val suggested: List<TrendingTopic>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class InitAgeAssuranceRequest(val email: String, val language: String, val countryCode: String)
Link copied to clipboard
Link copied to clipboard
data class SearchActorsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val actors: List<SkeletonSearchActor>)
Link copied to clipboard
data class SearchPostsSkeletonQueryParams(val q: String, val sort: SearchPostsSkeletonSort? = SearchPostsSkeletonSort.Latest, val since: String? = null, val until: String? = null, val mentions: AtIdentifier? = null, val author: AtIdentifier? = null, val lang: Language? = null, val domain: String? = null, val url: Uri? = null, val tag: List<String>? = null, val viewer: Did? = null, val limit: Long? = 25, val cursor: String? = null)
Link copied to clipboard
data class SearchPostsSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val posts: List<SkeletonSearchPost>)
Link copied to clipboard
Specifies the ranking order of results.
Link copied to clipboard
Link copied to clipboard
data class SearchStarterPacksSkeletonQueryParams(val q: String, val viewer: Did? = null, val limit: Long? = 25, val cursor: String? = null)
Link copied to clipboard
data class SearchStarterPacksSkeletonResponse(val cursor: String? = null, val hitsTotal: Long? = null, val starterPacks: List<SkeletonSearchStarterPack>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SkeletonTrend(val topic: String, val displayName: String, val link: String, val startedAt: Timestamp, val postCount: Long, val status: SkeletonTrendStatus? = null, val category: String? = null, val dids: List<Did>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class TrendingTopic(val topic: String, val displayName: String? = null, val description: String? = null, val link: String)
Link copied to clipboard
data class TrendView(val topic: String, val displayName: String, val link: String, val startedAt: Timestamp, val postCount: Long, val status: TrendViewStatus? = null, val category: String? = null, val actors: List<ProfileViewBasic>)
Link copied to clipboard
Link copied to clipboard