Module tdlight.api

Class TdApi.SetGroupCallTitle

Enclosing class:
TdApi

public static final class TdApi.SetGroupCallTitle extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Sets group call title. Requires groupCall.canBeManaged group call flag. Returns Ok
      Throws:
      IOException
  • Method Details