DisabledButton¶ class ftmgram.types.DisabledButton(disabled_text: str | None = None)¶ Represents a disabled button in an inline keyboard (Bot API 10.3). Parameters: disabled_text (str, optional) – Optional explanation text shown when user attempts to press the disabled button.