AiComposeToneDefault#

class pyrogram.raw.types.AiComposeToneDefault#

A built-in, default AI composer tone, identified by a string identifier rather than by a numeric ID.

Constructor of AiComposeTone.

Details:
  • Layer: 227

  • ID: 9BAD6414

Parameters:
  • tone (str) – String identifier of the built-in tone, to be passed to inputAiComposeToneDefault

  • emoji_id (int 64-bit) – Custom emoji ID of the tone’s icon

  • title (str) – Localized, human-readable name of the tone

Functions:

This object can be returned by 2 functions.

aicompose.CreateTone

Create a new custom AI composer tone.

aicompose.UpdateTone

Edit a custom AI composer tone previously created by the current user.