sticker

inline suspend fun TelegramBot.sticker(file: ImplicitFile, chatId: Long)(source)
inline suspend fun TelegramBot.sticker(noinline block: () -> String, chatId: Long)(source)
inline suspend fun TelegramBot.sticker(ba: ByteArray, chatId: Long)(source)
inline suspend fun TelegramBot.sticker(file: InputFile, chatId: Long)(source)