ChatService:GetAutoJoinChannelList() returns channels, not names

The documentation for ChatService:GetAutoJoinChannelList() says that it returns array<string> and then in the description says that it returns the list of names of the channels.

In actuality, it returns an array with the channel tables themselves.


image

The documentation should be changed.

1 Like