mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +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
|
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