TextSource

非推奨を表示
作成できません

Represents a speaker in a TextChannel.

TextSources provide details on permissions users have in TextChannels. There may be multiple TextSources for a user if that user belongs in multiple TextChannels.

Create TextSources with TextChannel:AddUserAsync(), which adds a TextSource to the TextChannel as a descendant.

Remove TextSources by calling TextSource.Destroy.

Name of a TextSource is the Player.DisplayName of the user associated with the TextSource via TextSource.UserId.

To learn more about using TextSources, see In-Experience Text Chat.

概要

プロパティ

  • 並列読み取り

    Determines whether the user can send messages to the TextChannel.

  • 読み取り専用
    複製されていません
    並列読み取り

    UserId of the user represented by the TextSource.

プロパティ

CanSend

並列読み取り

Determines whether the user can send messages to the TextChannel.

If false, user can only read messages in the TextChannel.

UserId

読み取り専用
複製されていません
並列読み取り

UserId of the user represented by the TextSource.

Support for non-user entities may be added in the future via passing in negative numbers for this property.

方法

イベント