Classes, notably the classes that utilise OOP (discord channel classes) do not show attributes of their grandparents+, only their immediate parent, example:
the above document, does not expose the properties you'd find under the base discord channel, however those properties should appear - as they are valid properties of every discord channel.
Classes, notably the classes that utilise OOP (discord channel classes) do not show attributes of their grandparents+, only their immediate parent, example:
https://discord-luau-docs.deno.dev/classes/objects/guildtextchannel
the above document, does not expose the properties you'd find under the base discord channel, however those properties should appear - as they are valid properties of every discord channel.