MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / enableButton

Method enableButton

examples/mini_app_web/script.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 this.element.style.border = "solid 1px var(--tg-theme-button-color)";
12 };
13 enableButton() {
14 this.element.style.backgroundColor = "var(--tg-theme-button-color)";
15 this.element.style.color = 'var(--tg-theme-text-color)';
16 };
17};
18
19class TableModify{

Callers 1

script.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected