(self)
| 79 | return await self._channel.send("textContent", None) |
| 80 | |
| 81 | async def inner_text(self) -> str: |
| 82 | return await self._channel.send("innerText", None) |
| 83 | |
| 84 | async def inner_html(self) -> str: |
| 85 | return await self._channel.send("innerHTML", None) |