Telegram: add Telegram message context command source option
This commit is contained in:
parent
2622b05c0b
commit
4fd0d897dc
@ -18,6 +18,7 @@ export type TelegramMediaRef = {
|
|||||||
export type TelegramMessageContextOptions = {
|
export type TelegramMessageContextOptions = {
|
||||||
forceWasMentioned?: boolean;
|
forceWasMentioned?: boolean;
|
||||||
messageIdOverride?: string;
|
messageIdOverride?: string;
|
||||||
|
commandSource?: "text" | "native";
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TelegramLogger = {
|
export type TelegramLogger = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user