Package org.drinkless.tdlib
Class TdApi.SetSupergroupMainProfileTab
- Enclosing class:
- TdApi
Changes the main profile tab of the channel; requires canChangeInfo administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new value of the main profile tab.longIdentifier of the channel. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the main profile tab of the channel; requires canChangeInfo administrator right.SetSupergroupMainProfileTab(long supergroupId, TdApi.ProfileTab mainProfileTab) Creates a function, which changes the main profile tab of the channel; requires canChangeInfo administrator right. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
supergroupId
public long supergroupIdIdentifier of the channel. -
mainProfileTab
The new value of the main profile tab. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetSupergroupMainProfileTab
public SetSupergroupMainProfileTab()Default constructor for a function, which changes the main profile tab of the channel; requires canChangeInfo administrator right.Returns
Ok -
SetSupergroupMainProfileTab
Creates a function, which changes the main profile tab of the channel; requires canChangeInfo administrator right.Returns
Ok- Parameters:
supergroupId- Identifier of the channel.mainProfileTab- The new value of the main profile tab.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-