AtTarget

sealed class AtTarget : CharSequence

可用于 At 的目标类型,分为指定用户全体在线

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class User(val id: String) : AtTarget, CharSequence

Functions

Link copied to clipboard
open fun chars(): IntStream
Link copied to clipboard
open fun codePoints(): IntStream
Link copied to clipboard
abstract operator fun get(index: Int): Char
Link copied to clipboard
abstract fun subSequence(startIndex: Int, endIndex: Int): CharSequence

Properties

Link copied to clipboard
abstract val length: Int

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard