mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 15:06:43 +00:00
Fix this command bug
This commit is contained in:
@@ -2,4 +2,4 @@ package com.pischule.memestv.util
|
||||
|
||||
import com.github.kotlintelegrambot.entities.Message
|
||||
|
||||
fun Message.getMaxResPhotoId(): String? = this.replyToMessage?.photo?.lastOrNull()?.fileId
|
||||
fun Message.getMaxResPhotoId(): String? = this.photo?.lastOrNull()?.fileId
|
||||
|
||||
Reference in New Issue
Block a user