Class TdApi.CheckQuickReplyShortcutName

Enclosing class:
TdApi

public static class TdApi.CheckQuickReplyShortcutName extends TdApi.Function<TdApi.Ok>
Checks validness of a name for a quick reply shortcut. Can be called synchronously.

Returns Ok

  • Field Details

    • name

      public String name
      The name of the shortcut; 1-32 characters.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CheckQuickReplyShortcutName

      public CheckQuickReplyShortcutName()
      Default constructor for a function, which checks validness of a name for a quick reply shortcut. Can be called synchronously.

      Returns Ok

    • CheckQuickReplyShortcutName

      public CheckQuickReplyShortcutName(String name)
      Creates a function, which checks validness of a name for a quick reply shortcut. Can be called synchronously.

      Returns Ok

      Parameters:
      name - The name of the shortcut; 1-32 characters.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR