Moments

class Moments(val client: ApiClient) : Endpoint

Collection of api endpoints related to moments.

See also

Parameters

client

Current ApiClient instance.

Constructors

Link copied to clipboard
fun Moments(client: ApiClient)

Creates new Moments endpoint instance.

Properties

Link copied to clipboard
open override val client: ApiClient

Extensions

Link copied to clipboard
val Moments.guide: JsonObjectApiAction<MomentGuide>

Shorthand property to Moments.guide.

fun Moments.guide(vararg options: Option): JsonObjectApiAction<MomentGuide>

Undocumented endpoint.