Layer 227
constructor
inputAiComposeToneID#773c080 id:long access_hash:long = InputAiComposeTone;

Parameters

Name Type Description
Id long Tone identifier, as returned in ai Compose Tone. id
AccessHash long Tone access hash, as returned in ai Compose Tone. access_hash

Gogram Example

// Creating InputAiComposeToneId constructor
obj := &tg.InputAiComposeToneId{
    Id: int64(1234567890),
    AccessHash: int64(1234567890),
}