addStickerToSet
inline suspend fun TelegramBot.addStickerToSet(userId: Long, name: String, input: InputSticker)(source)
inline suspend fun TelegramBot.addStickerToSet(userId: Long, name: String, noinline input: () -> InputSticker)(source)