aicompose.GetTone
- class pyrogram.raw.functions.aicompose.GetTone
Telegram API function.
- Details:
Layer:
225ID:
B2E8BA03
- Parameters:
tone (
InputAiComposeTone) – N/A- Returns:
TL Schema
aicompose.getTone#b2e8ba03
tone:InputAiComposeTone
= aicompose.Tones
Parameter Tree
GetTone
└── tone →
InputAiComposeTone│ └── tone →
string│ ├── id →
long│ └── access_hash →
long└── slug →
stringExample
await app.invoke(
GetTone(
tone=InputAiComposeToneDefault(tone="text"),
)
)