Layer 228
constructor
inputAiComposeToneSingleUse#e0c35af custom_prompt:string = InputAiComposeTone;

Parameters

Name Type Description
CustomPrompt string

Gogram Example

// Creating InputAiComposeToneSingleUse constructor
obj := &tg.InputAiComposeToneSingleUse{
    CustomPrompt: "example",
}