public static class TdApi.SetGroupCallTitle extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
java.lang.String |
title
New group call title; 1-64 characters.
|
Constructor and Description |
---|
SetGroupCallTitle()
Default constructor for a function, which sets group call title.
|
SetGroupCallTitle(int groupCallId,
java.lang.String title)
Creates a function, which sets group call title.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public java.lang.String title
public static final int CONSTRUCTOR
public SetGroupCallTitle()
Returns Ok
public SetGroupCallTitle(int groupCallId, java.lang.String title)
Returns Ok
groupCallId
- Group call identifier.title
- New group call title; 1-64 characters.public int getConstructor()
getConstructor
in class TdApi.Function