Class TdApi.SetGroupCallTitle

Enclosing class:
TdApi

public static class TdApi.SetGroupCallTitle
extends TdApi.Function
Sets group call title. Requires groupCall.canBeManaged group call flag.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • title

      public String title
      New group call title; 1-64 characters.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SetGroupCallTitle

      public SetGroupCallTitle()
      Sets group call title. Requires groupCall.canBeManaged group call flag.

      Returns Ok

    • SetGroupCallTitle

      public SetGroupCallTitle​(int groupCallId, String title)
      Sets group call title. Requires groupCall.canBeManaged group call flag.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
      title - String New group call title; 1-64 characters.
    • SetGroupCallTitle

      public SetGroupCallTitle​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details