public static class TdApi.SetGroupCallTitle extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object