
com.github.insanusmokrassar.AutoPostTelegramBot.utils.Telegram.kt Maven / Gradle / Ivy
package com.github.insanusmokrassar.AutoPostTelegramBot.utils
fun makeLinkToMessage(
username: String,
messageId: Int
): String = "https://telegram.me/$username/$messageId"
fun makePhotoLink(
botToken: String,
filePath: String
) = "https://api.telegram.org/file/bot$botToken/$filePath"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy