Functions
deleteChatPhoto
Link copied to clipboard
suspend fun RequestsExecutor.deleteChatPhoto(chatId: ChatIdentifier): Boolean
Content copied to clipboard
pinChatMessage
Link copied to clipboard
suspend fun RequestsExecutor.pinChatMessage(message: Message, disableNotification: Boolean): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.pinChatMessage(chatId: ChatIdentifier, messageId: Long, disableNotification: Boolean): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.pinChatMessage(chat: Chat, messageId: Long, disableNotification: Boolean): Boolean
Content copied to clipboard
setChatDescription
Link copied to clipboard
suspend fun RequestsExecutor.setChatDescription(chatId: ChatIdentifier, description: String): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setChatDescription(chat: PublicChat, description: String): Boolean
Content copied to clipboard
setChatPhoto
Link copied to clipboard
suspend fun RequestsExecutor.setChatPhoto(chatId: ChatIdentifier, photo: MultipartFile): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setChatPhoto(chat: PublicChat, photo: MultipartFile): Boolean
Content copied to clipboard
setChatTitle
Link copied to clipboard
suspend fun RequestsExecutor.setChatTitle(chatId: ChatIdentifier, title: String): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setChatTitle(chat: PublicChat, title: String): Boolean
Content copied to clipboard
setDefaultChatMembersPermissions
Link copied to clipboard
suspend fun RequestsExecutor.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions): Boolean
Content copied to clipboard
unpinAllChatMessages
Link copied to clipboard
suspend fun RequestsExecutor.unpinAllChatMessages(chatId: ChatIdentifier): Boolean
Content copied to clipboard
unpinChatMessage
Link copied to clipboard
suspend fun RequestsExecutor.unpinChatMessage(chatId: ChatIdentifier, messageId: Long?): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.unpinChatMessage(chat: Chat, messageId: Long?): Boolean
Content copied to clipboard