Package-level declarations

Types

Link copied to clipboard
data class GetConversationPlainArgs(val channelId: String? = null, val isPrivate: Boolean? = null, val name: String? = null) : ConvertibleToJava<GetConversationPlainArgs>

A collection of arguments for invoking getConversation.

Link copied to clipboard
data class GetUsergroupPlainArgs(val name: String? = null, val usergroupId: String? = null) : ConvertibleToJava<GetUsergroupPlainArgs>

A collection of arguments for invoking getUsergroup.

Link copied to clipboard
data class GetUserPlainArgs(val email: String? = null, val name: String? = null) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Link copied to clipboard