tos

fun Help.tos(vararg options: Option): JsonObjectApiAction<Help.Tos>

Returns the Twitter Terms of Service. Note: these are not the same as the Developer Policy.

Twitter API reference

Receiver

Help endpoint instance.

Return

JsonObjectApiAction for Tos model.

Parameters

options

Optional. Custom parameters of this request.


val Help.tos: JsonObjectApiAction<Help.Tos>

Shorthand property to Help.tos.

See also