- Enclosing class:
- TdApi
Changes the discussion group of a
channel chat; requires canChangeInfo
administrator right in the channel if
it is specified.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the channel chat.static final int
long
Identifier of a new channel's discussion group. -
Constructor Summary
ConstructorDescriptionChanges the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified.SetChatDiscussionGroup
(long chatId, long discussionChatId) Changes the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified.SetChatDiscussionGroup
(DataInput input) Changes the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the channel chat. Pass 0 to remove a link from the supergroup passed in the second argument to a linked channel chat (requires canPinMessages rights in the supergroup). -
discussionChatId
public long discussionChatIdIdentifier of a new channel's discussion group. Use 0 to remove the discussion group. Use the method getSuitableDiscussionChats to find all suitable groups. Basic group chats must be first upgraded to supergroup chats. If new chat members don't have access to old messages in the supergroup, then toggleSupergroupIsAllHistoryAvailable must be used first to change that. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetChatDiscussionGroup
public SetChatDiscussionGroup()Changes the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified. ReturnsOk
-
SetChatDiscussionGroup
public SetChatDiscussionGroup(long chatId, long discussionChatId) Changes the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified. ReturnsOk
- Parameters:
chatId
- long Identifier of the channel chat. Pass 0 to remove a link from the supergroup passed in the second argument to a linked channel chat (requires canPinMessages rights in the supergroup).discussionChatId
- long Identifier of a new channel's discussion group. Use 0 to remove the discussion group. Use the method getSuitableDiscussionChats to find all suitable groups. Basic group chats must be first upgraded to supergroup chats. If new chat members don't have access to old messages in the supergroup, then toggleSupergroupIsAllHistoryAvailable must be used first to change that.
-
SetChatDiscussionGroup
Changes the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-