Fix this command bug

This commit is contained in:
2025-04-29 00:09:55 +03:00
parent 1e4d963fbd
commit d4b20d23f8

View File

@@ -2,4 +2,4 @@ package com.pischule.memestv.util
import com.github.kotlintelegrambot.entities.Message import com.github.kotlintelegrambot.entities.Message
fun Message.getMaxResPhotoId(): String? = this.replyToMessage?.photo?.lastOrNull()?.fileId fun Message.getMaxResPhotoId(): String? = this.photo?.lastOrNull()?.fileId