Package org.drinkless.tdlib
Class TdApi.ToggleChatIsPinned
- Enclosing class:
- TdApi
Changes the pinned state of a chat. There can be up to getOption("pinned_chat_count_max")/getOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/archive chat list. The limit can be increased with Telegram Premium.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.Chat list in which to change the pinned state of the chat.static final intIdentifier uniquely determining type of the object.booleanPass true to pin the chat; pass false to unpin it. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the pinned state of a chat.ToggleChatIsPinned(TdApi.ChatList chatList, long chatId, boolean isPinned) Creates a function, which changes the pinned state of a chat. -
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
-
chatList
Chat list in which to change the pinned state of the chat. -
chatId
public long chatIdChat identifier. -
isPinned
public boolean isPinnedPass true to pin the chat; pass false to unpin it. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleChatIsPinned
public ToggleChatIsPinned()Default constructor for a function, which changes the pinned state of a chat. There can be up to getOption("pinned_chat_count_max")/getOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/archive chat list. The limit can be increased with Telegram Premium.Returns
Ok -
ToggleChatIsPinned
Creates a function, which changes the pinned state of a chat. There can be up to getOption("pinned_chat_count_max")/getOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/archive chat list. The limit can be increased with Telegram Premium.Returns
Ok- Parameters:
chatList- Chat list in which to change the pinned state of the chat.chatId- Chat identifier.isPinned- Pass true to pin the chat; pass false to unpin it.
-
-
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
-