Package org.drinkless.tdlib
Class TdApi.SetGroupCallTitle
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.StringtitleNew group call title; 1-64 characters.
-
Constructor Summary
Constructors Constructor Description SetGroupCallTitle()Default constructor for a function, which sets group call title.SetGroupCallTitle(int groupCallId, String title)Creates a function, which sets group call title.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier.
-
title
public String title
New group call title; 1-64 characters.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetGroupCallTitle
public SetGroupCallTitle()
Default constructor for a function, which sets group call title. Requires groupCall.canBeManaged group call flag.Returns
Ok
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-